| Package | Description |
|---|---|
| com.sun.sgs.impl.io | |
| com.sun.sgs.io |
Defines an abstract networking framework that provides endpoint
abstraction, connection initiation, and reactive event processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSocketEndpoint
An implementation of
ServerEndpoint that wraps a
local SocketAddress. |
| Modifier and Type | Method and Description |
|---|---|
ServerEndpoint<T> |
Acceptor.getBoundEndpoint()
Returns the
ServerEndpoint on which this Acceptor
is listening. |
ServerEndpoint<T> |
Acceptor.getEndpoint()
Returns the
ServerEndpoint this Acceptor was
created with. |
Copyright © 2007-2013. All Rights Reserved.