protected class ServerConnector.ServerConnectorManager
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| Constructor | Description |
|---|---|
ServerConnectorManager(java.util.concurrent.Executor executor,
org.eclipse.jetty.util.thread.Scheduler scheduler,
int selectors) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
accepted(java.nio.channels.SelectableChannel channel) |
|
protected void |
endPointClosed(org.eclipse.jetty.io.EndPoint endpoint) |
|
protected void |
endPointOpened(org.eclipse.jetty.io.EndPoint endpoint) |
|
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.ChannelEndPoint |
newEndPoint(java.nio.channels.SelectableChannel channel,
org.eclipse.jetty.io.ManagedSelector selectSet,
java.nio.channels.SelectionKey selectionKey) |
|
java.lang.String |
toString() |
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopaddBean, 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, acceptor, addAcceptListener, addEventListener, connect, connectionClosed, connectionFailed, connectionOpened, doAccept, doFinishConnect, doStart, doStop, execute, getConnectTimeout, getExecutor, getReservedThreads, getScheduler, getSelectorCount, isConnectionPending, newSelector, newSelector, onAccepted, onAcceptFailed, onAccepting, removeAcceptListener, removeEventListener, setConnectTimeout, setReservedThreadspublic ServerConnectorManager(java.util.concurrent.Executor executor,
org.eclipse.jetty.util.thread.Scheduler scheduler,
int selectors)
protected void accepted(java.nio.channels.SelectableChannel channel)
throws java.io.IOException
accepted in class org.eclipse.jetty.io.SelectorManagerjava.io.IOExceptionprotected org.eclipse.jetty.io.ChannelEndPoint newEndPoint(java.nio.channels.SelectableChannel channel,
org.eclipse.jetty.io.ManagedSelector selectSet,
java.nio.channels.SelectionKey selectionKey)
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 endPointOpened(org.eclipse.jetty.io.EndPoint endpoint)
endPointOpened in class org.eclipse.jetty.io.SelectorManagerprotected void endPointClosed(org.eclipse.jetty.io.EndPoint endpoint)
endPointClosed in class org.eclipse.jetty.io.SelectorManagerpublic java.lang.String toString()
toString in class org.eclipse.jetty.util.component.AbstractLifeCycleCopyright © 1995–2018 Webtide. All rights reserved.