Uses of Interface
org.eclipse.jetty.io.Connection
Packages that use Connection
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
-
Uses of Connection in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ConnectionModifier and TypeClassDescriptionclassA convenience base implementation ofConnection.static classclassMethods in org.eclipse.jetty.io that return ConnectionModifier and TypeMethodDescriptiondefault ConnectionClientConnectionFactory.customize(Connection connection, Map<String, Object> context) ClientConnectionFactory.Wrapper.customize(Connection connection, Map<String, Object> context) AbstractEndPoint.getConnection()EndPoint.getConnection()ClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) ClientConnectionFactory.Wrapper.newConnection(EndPoint endPoint, Map<String, Object> context) ClientConnector.ClientSelectorManager.newConnection(SelectableChannel channel, EndPoint endPoint, Object attachment) protected ConnectionClientConnector.newConnection(EndPoint endPoint, Map<String, Object> context) abstract ConnectionSelectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection.default ConnectionTransport.newConnection(EndPoint endPoint, Map<String, Object> context) Creates a newConnectionto be associated with the given low-levelEndPoint.Transport.Wrapper.newConnection(EndPoint endPoint, Map<String, Object> context) Methods in org.eclipse.jetty.io that return types with arguments of type ConnectionModifier and TypeMethodDescriptionIterator<Class<? extends Connection>> IncludeExcludeConnectionStatistics.ConnectionSet.iterator()Methods in org.eclipse.jetty.io with parameters of type ConnectionModifier and TypeMethodDescriptionvoidSelectorManager.connectionClosed(Connection connection, Throwable cause) Callback method invoked when a connection is closed.voidClientConnector.ClientSelectorManager.connectionOpened(Connection connection, Object context) voidSelectorManager.connectionOpened(Connection connection, Object context) Callback method invoked when a connection is opened.default ConnectionClientConnectionFactory.customize(Connection connection, Map<String, Object> context) ClientConnectionFactory.Wrapper.customize(Connection connection, Map<String, Object> context) default voidConnection.Listener.onClosed(Connection connection) voidConnectionStatistics.onClosed(Connection connection) voidIncludeExcludeConnectionStatistics.onClosed(Connection connection) protected voidConnectionStatistics.onConnectionClosed(Connection connection) protected voidConnectionStatistics.onConnectionOpened(Connection connection) default 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 ConnectionModifier and TypeMethodDescriptionbooleanIncludeExcludeConnectionStatistics.ConnectionSet.add(Class<? extends Connection> aClass) voidIncludeExcludeConnectionStatistics.exclude(Class<? extends Connection> clazz) voidIncludeExcludeConnectionStatistics.include(Class<? extends Connection> clazz) -
Uses of Connection in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement ConnectionModifier and TypeClassDescriptionclassA 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 ConnectionModifier and TypeMethodDescriptionSslClientConnectionFactory.customize(Connection connection, Map<String, Object> context) SslClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) Methods in org.eclipse.jetty.io.ssl with parameters of type ConnectionModifier and TypeMethodDescriptiondefault voidALPNProcessor.configure(SSLEngine sslEngine, Connection connection) Configures the given SSLEngine and the given Connection for ALPN.SslClientConnectionFactory.customize(Connection connection, Map<String, Object> context) voidSslConnection.SslEndPoint.setConnection(Connection connection)