protected class ConnectHandler.ConnectManager
extends org.eclipse.jetty.io.SelectorManager
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerorg.eclipse.jetty.util.component.Container.InheritedListener, org.eclipse.jetty.util.component.Container.Listener| Modifier | Constructor | Description |
|---|---|---|
protected |
ConnectManager(java.util.concurrent.Executor executor,
org.eclipse.jetty.util.thread.Scheduler scheduler,
int selectors) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
connectionFailed(java.nio.channels.SelectableChannel channel,
java.lang.Throwable ex,
java.lang.Object attachment) |
|
org.eclipse.jetty.io.Connection |
newConnection(java.nio.channels.SelectableChannel channel,
org.eclipse.jetty.io.EndPoint endpoint,
java.lang.Object attachment) |
|
protected org.eclipse.jetty.io.EndPoint |
newEndPoint(java.nio.channels.SelectableChannel channel,
org.eclipse.jetty.io.ManagedSelector selector,
java.nio.channels.SelectionKey key) |
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop, toStringaddBean, addBean, addBean, addEventListener, addManaged, contains, destroy, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, accept, accepted, acceptor, addAcceptListener, addEventListener, connect, connectionClosed, connectionOpened, doAccept, doFinishConnect, doStart, doStop, endPointClosed, endPointOpened, execute, getConnectTimeout, getExecutor, getReservedThreads, getScheduler, getSelectorCount, isConnectionPending, newSelector, newSelector, onAccepted, onAcceptFailed, onAccepting, removeAcceptListener, removeEventListener, setConnectTimeout, setReservedThreadsprotected ConnectManager(java.util.concurrent.Executor executor,
org.eclipse.jetty.util.thread.Scheduler scheduler,
int selectors)
protected org.eclipse.jetty.io.EndPoint newEndPoint(java.nio.channels.SelectableChannel channel,
org.eclipse.jetty.io.ManagedSelector selector,
java.nio.channels.SelectionKey key)
throws java.io.IOException
newEndPoint in class org.eclipse.jetty.io.SelectorManagerjava.io.IOExceptionpublic org.eclipse.jetty.io.Connection newConnection(java.nio.channels.SelectableChannel channel,
org.eclipse.jetty.io.EndPoint endpoint,
java.lang.Object attachment)
throws java.io.IOException
newConnection in class org.eclipse.jetty.io.SelectorManagerjava.io.IOExceptionprotected void connectionFailed(java.nio.channels.SelectableChannel channel,
java.lang.Throwable ex,
java.lang.Object attachment)
connectionFailed in class org.eclipse.jetty.io.SelectorManagerCopyright © 1995–2018 Webtide. All rights reserved.