com.sun.grizzly.nio
Interface NIOConnection
- All Superinterfaces:
- AttributeStorage, Closeable, Connection<SocketAddress>, Readable<SocketAddress>, Writable<SocketAddress>
- All Known Implementing Classes:
- AbstractNIOConnection, TCPNIOConnection, TCPNIOServerConnection, UDPNIOConnection, UDPNIOServerConnection
public interface NIOConnection
- extends Connection<SocketAddress>
- Author:
- oleksiys
| Methods inherited from interface com.sun.grizzly.Connection |
close, configureBlocking, getLocalAddress, getPeerAddress, getProcessor, getProcessorSelector, getReadBufferSize, getStreamReader, getStreamWriter, getTransport, getWriteBufferSize, isBlocking, isOpen, setProcessor, setProcessorSelector, setReadBufferSize, setWriteBufferSize |
getSelectorRunner
SelectorRunner getSelectorRunner()
getSelectionKey
SelectionKey getSelectionKey()
getChannel
SelectableChannel getChannel()
enableIOEvent
void enableIOEvent(IOEvent ioEvent)
throws IOException
- Throws:
IOException
disableIOEvent
void disableIOEvent(IOEvent ioEvent)
throws IOException
- Throws:
IOException
Copyright © 2009 SUN Microsystems. All Rights Reserved.