Uses of Interface
org.eclipse.jetty.io.EndPoint
-
Packages that use EndPoint Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Support -
-
Uses of EndPoint in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement EndPoint Modifier and Type Class Description classAbstractEndPointPartial implementation of EndPoint that usesFillInterestandWriteFlusher.classByteArrayEndPointByteArrayEndPoint.classDatagramChannelEndPointAnEndPointimplementation based onDatagramChannel.classNetworkTrafficSocketChannelEndPointA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classSelectableChannelEndPointA partialEndPointimplementation based onSelectableChannel.classSocketChannelEndPointAnEndPointimplementation based onSocketChannel.Methods in org.eclipse.jetty.io that return EndPoint Modifier and Type Method Description EndPointAbstractConnection. getEndPoint()EndPointConnection. getEndPoint()protected EndPointClientConnector.ClientSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)EndPointClientConnector.Configurator. newEndPoint(ClientConnector clientConnector, java.net.SocketAddress address, java.nio.channels.SelectableChannel selectable, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)protected EndPointClientConnector. newEndPoint(java.nio.channels.SelectableChannel selectable, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)protected abstract EndPointSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)Factory method to createEndPoint.EndPointEndPoint.Wrapper. unwrap()Methods in org.eclipse.jetty.io with parameters of type EndPoint Modifier and Type Method Description protected voidManagedSelector. endPointClosed(EndPoint endPoint)protected voidSelectorManager. endPointClosed(EndPoint endpoint)Callback method invoked when an endpoint is closed.protected voidManagedSelector. endPointOpened(EndPoint endPoint)protected voidSelectorManager. endPointOpened(EndPoint endpoint)Callback method invoked when an endpoint is opened.ConnectionClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionClientConnector.ClientSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endPoint, java.lang.Object attachment)ConnectionClientConnector.Configurator. newConnection(ClientConnector clientConnector, java.net.SocketAddress address, EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected ConnectionClientConnector. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)abstract ConnectionSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)Factory method to createConnection.voidClientConnectionFactory.Info. upgrade(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)Constructors in org.eclipse.jetty.io with parameters of type EndPoint Constructor Description AbstractConnection(EndPoint endp, java.util.concurrent.Executor executor)NegotiatingClientConnection(EndPoint endPoint, java.util.concurrent.Executor executor, javax.net.ssl.SSLEngine sslEngine, ClientConnectionFactory connectionFactory, java.util.Map<java.lang.String,java.lang.Object> context)WriteFlusher(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement EndPoint Modifier and Type Class Description classSslConnection.DecryptedEndPointMethods in org.eclipse.jetty.io.ssl that return EndPoint Modifier and Type Method Description EndPointSslConnection.DecryptedEndPoint. unwrap()Methods in org.eclipse.jetty.io.ssl with parameters of type EndPoint Modifier and Type Method Description ConnectionSslClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected SslConnectionSslClientConnectionFactory. newSslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine engine)Constructors in org.eclipse.jetty.io.ssl with parameters of type EndPoint Constructor Description SslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine)SslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)SslConnection(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)
-