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, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionAbstractEndPoint. getConnection()ConnectionEndPoint. getConnection()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.Methods in org.eclipse.jetty.io with parameters of type Connection Modifier and Type Method Description voidSelectorManager. connectionClosed(Connection connection, java.lang.Throwable cause)Callback method invoked when a connection is closed.voidClientConnector.ClientSelectorManager. connectionOpened(Connection connection, java.lang.Object context)voidSelectorManager. connectionOpened(Connection connection, java.lang.Object context)Callback method invoked when a connection is opened.default ConnectionClientConnectionFactory. customize(Connection connection, java.util.Map<java.lang.String,java.lang.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)Upgrades this EndPoint from the current connection to the given new connection. -
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, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionSslClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)Methods in org.eclipse.jetty.io.ssl with parameters of type Connection Modifier and Type Method Description default voidALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)Configures the given SSLEngine and the given Connection for ALPN.ConnectionSslClientConnectionFactory. customize(Connection connection, java.util.Map<java.lang.String,java.lang.Object> context)voidSslConnection.DecryptedEndPoint. setConnection(Connection connection)
-