|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpyrasun.eio.Endpoint
pyrasun.eio.AcceptingEndpoint
AcceptingEndpoint is a specific Endpoint object which accepts incoming connections and creates new Endpoints. Right now the only AcceptingEndpoint is a ServerSocketChannel.
| Constructor Summary | |
AcceptingEndpoint(EndpointCoordinator coordinator,
java.nio.channels.ServerSocketChannel nioChannel)
|
|
| Method Summary | |
java.nio.channels.SelectableChannel |
getNIOChannel()
Get the NIO channel associated with this endpoint. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AcceptingEndpoint(EndpointCoordinator coordinator,
java.nio.channels.ServerSocketChannel nioChannel)
| Method Detail |
public java.nio.channels.SelectableChannel getNIOChannel()
Endpoint
getNIOChannel in class Endpoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||