protected class ConnectHandler.ConnectManager
extends org.eclipse.jetty.io.SelectorManager
org.eclipse.jetty.io.SelectorManager.ManagedSelector, org.eclipse.jetty.io.SelectorManager.SelectableEndPointAbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener| Modifier | Constructor and Description |
|---|---|
protected |
ConnectHandler.ConnectManager(Executor executor,
Scheduler scheduler,
int selectors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
connectionFailed(SocketChannel channel,
Throwable ex,
Object attachment) |
org.eclipse.jetty.io.Connection |
newConnection(SocketChannel channel,
org.eclipse.jetty.io.EndPoint endpoint,
Object attachment) |
protected org.eclipse.jetty.io.EndPoint |
newEndPoint(SocketChannel channel,
org.eclipse.jetty.io.SelectorManager.ManagedSelector selector,
SelectionKey selectionKey) |
accept, accept, accepted, acceptor, connect, connectionClosed, connectionOpened, doStart, doStop, dump, dump, endPointClosed, endPointOpened, execute, finishConnect, getConnectTimeout, getExecutor, getScheduler, getSelectorCount, getSelectorPriorityDelta, newSelector, setConnectTimeout, setSelectorPriorityDeltaaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stopprotected org.eclipse.jetty.io.EndPoint newEndPoint(SocketChannel channel, org.eclipse.jetty.io.SelectorManager.ManagedSelector selector, SelectionKey selectionKey) throws IOException
newEndPoint in class org.eclipse.jetty.io.SelectorManagerIOExceptionpublic org.eclipse.jetty.io.Connection newConnection(SocketChannel channel, org.eclipse.jetty.io.EndPoint endpoint, Object attachment) throws IOException
newConnection in class org.eclipse.jetty.io.SelectorManagerIOExceptionprotected void connectionFailed(SocketChannel channel, Throwable ex, Object attachment)
connectionFailed in class org.eclipse.jetty.io.SelectorManagerCopyright © 1995-2019 Webtide. All Rights Reserved.