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)abstract ConnectionSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)Factory method to createConnection.Methods in org.eclipse.jetty.io that return types with arguments of type Connection Modifier and Type Method Description java.util.Iterator<java.lang.Class<? extends Connection>>IncludeExcludeConnectionStatistics.ConnectionSet. iterator()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, 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)voidIncludeExcludeConnectionStatistics. onClosed(Connection connection)protected voidConnectionStatistics. onConnectionClosed(Connection connection)protected voidConnectionStatistics. onConnectionOpened(Connection connection)voidConnection.Listener.Adapter. onOpened(Connection connection)voidConnection.Listener. onOpened(Connection connection)voidConnectionStatistics. onOpened(Connection connection)voidIncludeExcludeConnectionStatistics. onOpened(Connection connection)protected voidConnectionStatistics. onTotalClosed(Connection connection)protected voidConnectionStatistics. onTotalOpened(Connection connection)voidAbstractEndPoint. setConnection(Connection connection)voidEndPoint. setConnection(Connection connection)booleanIncludeExcludeConnectionStatistics.ConnectionSet. test(Connection connection)voidAbstractEndPoint. upgrade(Connection newConnection)voidEndPoint. upgrade(Connection newConnection)Upgrades this EndPoint from the current connection to the given new connection.Method parameters in org.eclipse.jetty.io with type arguments of type Connection Modifier and Type Method Description booleanIncludeExcludeConnectionStatistics.ConnectionSet. add(java.lang.Class<? extends Connection> aClass)voidIncludeExcludeConnectionStatistics. exclude(java.lang.Class<? extends Connection> clazz)voidIncludeExcludeConnectionStatistics. include(java.lang.Class<? extends Connection> clazz) -
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)
-