Uses of Interface
org.eclipse.jetty.io.Connection
-
Packages that use Connection 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 Connection in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement Connection Modifier and Type Class Description classAbstractConnectionA convenience base implementation ofConnection.classNegotiatingClientConnectionMethods in org.eclipse.jetty.io that return Connection Modifier and Type Method Description default ConnectionClientConnectionFactory. customize(Connection connection, Map<String,Object> context)ConnectionAbstractEndPoint. getConnection()ConnectionEndPoint. getConnection()ConnectionClientConnectionFactory. newConnection(EndPoint endPoint, Map<String,Object> context)abstract ConnectionSelectorManager. newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment)Factory method to createConnection.Methods in org.eclipse.jetty.io with parameters of type Connection Modifier and Type Method Description voidSelectorManager. connectionClosed(Connection connection)Callback method invoked when a connection is closed.voidSelectorManager. connectionOpened(Connection connection)Callback method invoked when a connection is opened.default ConnectionClientConnectionFactory. customize(Connection connection, Map<String,Object> context)voidConnection.Listener.Adapter. onClosed(Connection connection)voidConnection.Listener. onClosed(Connection connection)voidConnectionStatistics. onClosed(Connection connection)voidConnection.Listener.Adapter. onOpened(Connection connection)voidConnection.Listener. onOpened(Connection connection)voidConnectionStatistics. onOpened(Connection connection)voidAbstractEndPoint. setConnection(Connection connection)voidEndPoint. setConnection(Connection connection)voidAbstractEndPoint. upgrade(Connection newConnection)voidEndPoint. upgrade(Connection newConnection)Upgrade connections. -
Uses of Connection in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement Connection Modifier and Type Class Description classSslConnectionA Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically anConnectionlike HttpConnection) that wants unencrypted data.Methods in org.eclipse.jetty.io.ssl that return Connection Modifier and Type Method Description ConnectionSslClientConnectionFactory. customize(Connection connection, Map<String,Object> context)ConnectionSslClientConnectionFactory. newConnection(EndPoint endPoint, Map<String,Object> context)Methods in org.eclipse.jetty.io.ssl with parameters of type Connection Modifier and Type Method Description default voidALPNProcessor. configure(SSLEngine sslEngine, Connection connection)Configures the given SSLEngine and the given Connection for ALPN.ConnectionSslClientConnectionFactory. customize(Connection connection, Map<String,Object> context)voidSslConnection.DecryptedEndPoint. setConnection(Connection connection)
-