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.classA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classChannel End Point.Methods in org.eclipse.jetty.io that return EndPointModifier and TypeMethodDescriptionAbstractConnection.getEndPoint()Connection.getEndPoint()protected EndPointClientConnector.ClientSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) protected EndPointClientConnector.newEndPoint(SocketChannel channel, ManagedSelector selector, SelectionKey selectionKey) protected abstract EndPointSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Factory method to createEndPoint.EndPoint.Wrapper.unwrap()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) ClientConnector.ClientSelectorManager.newConnection(SelectableChannel channel, EndPoint endPoint, Object attachment) abstract ConnectionSelectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection.voidConstructors in org.eclipse.jetty.io with parameters of type EndPointModifierConstructorDescriptionprotectedAbstractConnection(EndPoint endp, Executor executor) protectedNegotiatingClientConnection(EndPoint endPoint, 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 that return 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) SslConnection(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)