public static class SelectChannelConnector.ConnectorEndPoint extends SelectChannelEndPoint
SelectChannelEndPoint.IdleTask
_connection, _dispatched, _interestOps, _key, _manager, _readBlocked, _selectSet, _writable, _writeBlocked
Constructor and Description |
---|
SelectChannelConnector.ConnectorEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey key) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close any backing stream associated with the buffer
|
void |
undispatch()
Called when a dispatched thread is no longer handling the endpoint.
|
blockReadable, blockWritable, cancelIdle, dispatch, flush, flush, getConnection, getSelectSet, getTimeoutTask, idleExpired, run, scheduleIdle, scheduleWrite, setWritable, toString
fill, flush, getChannel, getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isBufferingInput, isBufferingOutput, isBufferred, isOpen, shutdownOutput
public SelectChannelConnector.ConnectorEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key)
public void close() throws IOException
EndPoint
close
in interface EndPoint
close
in class SelectChannelEndPoint
IOException
public void undispatch()
SelectChannelEndPoint
undispatch
in class SelectChannelEndPoint
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.