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.classChannelEndPointChannel End Point.classNetworkTrafficSelectChannelEndPointclassSelectChannelEndPointDeprecated.useSocketChannelEndPointinsteadclassSocketChannelEndPointMethods in org.eclipse.jetty.io that return EndPoint Modifier and Type Method Description EndPointAbstractConnection. getEndPoint()EndPointConnection. getEndPoint()protected abstract EndPointSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)Factory method to createEndPoint.Methods in org.eclipse.jetty.io with parameters of type EndPoint Modifier and Type Method Description voidManagedSelector. destroyEndPoint(EndPoint endPoint)protected voidSelectorManager. endPointClosed(EndPoint endpoint)Callback method invoked when an endpoint is closed.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)abstract ConnectionSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)Factory method to createConnection.Constructors in org.eclipse.jetty.io with parameters of type EndPoint Constructor Description AbstractConnection(EndPoint endp, java.util.concurrent.Executor executor)NegotiatingClientConnection(EndPoint endp, 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 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)
-