Uses of Interface
org.eclipse.jetty.io.EndPoint
Packages that use EndPoint
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
-
Uses of EndPoint in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement EndPointModifier and TypeClassDescriptionclassclassByteArrayEndPoint.classChannel End Point.classDeprecated.classA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classDeprecated.useSocketChannelEndPointinsteadclassMethods in org.eclipse.jetty.io that return EndPointModifier and TypeMethodDescriptionAbstractConnection.getEndPoint()Connection.getEndPoint()protected abstract EndPointSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Factory method to createEndPoint.Methods in org.eclipse.jetty.io with parameters of type EndPointModifier and TypeMethodDescriptionprotected 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.ClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) abstract ConnectionSelectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection.Constructors in org.eclipse.jetty.io with parameters of type EndPointModifierConstructorDescriptionprotectedAbstractConnection(EndPoint endp, Executor executor) protectedNegotiatingClientConnection(EndPoint endp, Executor executor, SSLEngine sslEngine, ClientConnectionFactory connectionFactory, Map<String, Object> context) protectedWriteFlusher(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement EndPointMethods in org.eclipse.jetty.io.ssl with parameters of type EndPointModifier and TypeMethodDescriptionSslClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) protected SslConnectionSslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine engine) Constructors in org.eclipse.jetty.io.ssl with parameters of type EndPointModifierConstructorDescriptionSslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine) SslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)
NetworkTrafficSocketChannelEndPointinstead