JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.glassfish.grizzly
Package
org.glassfish.grizzly
Interface SocketAcceptor
public interface
SocketAcceptor
Common interface for
SocketAcceptor
implementations.
Author:
Alexey Stashok
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Future
<
Connection
>
accept
()
Accept a
Connection
Method Details
accept
Future
<
Connection
>
accept
() throws
IOException
Accept a
Connection
Returns:
Future
Throws:
IOException