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 classAbstractEndPointclassByteArrayEndPointByteArrayEndPoint.classNetworkTrafficSocketChannelEndPointA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classSocketChannelEndPointChannel End Point.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)protected EndPointClientConnector. newEndPoint(java.nio.channels.SocketChannel channel, 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)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)
-