Uses of Interface
org.eclipse.jetty.io.Connection
-
-
Uses of Connection in org.eclipse.jetty.alpn.client
Classes in org.eclipse.jetty.alpn.client that implement Connection Modifier and Type Class Description classALPNClientConnectionMethods in org.eclipse.jetty.alpn.client that return Connection Modifier and Type Method Description ConnectionALPNClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.alpn.conscrypt.client
Methods in org.eclipse.jetty.alpn.conscrypt.client with parameters of type Connection Modifier and Type Method Description voidConscryptClientALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection) -
Uses of Connection in org.eclipse.jetty.alpn.conscrypt.server
Methods in org.eclipse.jetty.alpn.conscrypt.server with parameters of type Connection Modifier and Type Method Description voidConscryptServerALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection) -
Uses of Connection in org.eclipse.jetty.alpn.java.client
Methods in org.eclipse.jetty.alpn.java.client with parameters of type Connection Modifier and Type Method Description voidJDK9ClientALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection) -
Uses of Connection in org.eclipse.jetty.alpn.java.server
Methods in org.eclipse.jetty.alpn.java.server with parameters of type Connection Modifier and Type Method Description voidJDK9ServerALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection) -
Uses of Connection in org.eclipse.jetty.alpn.openjdk8.client
Methods in org.eclipse.jetty.alpn.openjdk8.client with parameters of type Connection Modifier and Type Method Description voidOpenJDK8ClientALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection) -
Uses of Connection in org.eclipse.jetty.alpn.openjdk8.server
Methods in org.eclipse.jetty.alpn.openjdk8.server with parameters of type Connection Modifier and Type Method Description voidOpenJDK8ServerALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection) -
Uses of Connection in org.eclipse.jetty.alpn.server
Classes in org.eclipse.jetty.alpn.server that implement Connection Modifier and Type Class Description classALPNServerConnection -
Uses of Connection in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Connection Modifier and Type Class Description protected static classProxyProtocolClientConnectionFactory.ProxyProtocolConnectionMethods in org.eclipse.jetty.client that return Connection Modifier and Type Method Description ConnectionAbstractConnectorHttpClientTransport.ClientSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endPoint, java.lang.Object attachment)ConnectionProxyProtocolClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionSocks4Proxy.Socks4ProxyClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Connection Modifier and Type Class Description classHttpConnectionOverHTTPMethods in org.eclipse.jetty.client.http that return Connection Modifier and Type Method Description ConnectionHttpClientTransportOverHTTP. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement Connection Modifier and Type Class Description classHttpConnectionOverFCGIMethods in org.eclipse.jetty.fcgi.client.http that return Connection Modifier and Type Method Description ConnectionHttpClientTransportOverFCGI. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement Connection Modifier and Type Class Description classServerFCGIConnectionMethods in org.eclipse.jetty.fcgi.server that return Connection Modifier and Type Method Description ConnectionServerFCGIConnectionFactory. newConnection(Connector connector, EndPoint endPoint) -
Uses of Connection in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement Connection Modifier and Type Class Description classHTTP2Connection -
Uses of Connection in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client that return Connection Modifier and Type Method Description ConnectionHTTP2ClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http that return Connection Modifier and Type Method Description ConnectionHttpClientTransportOverHTTP2. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement Connection Modifier and Type Class Description classHTTP2ServerConnectionMethods in org.eclipse.jetty.http2.server that return Connection Modifier and Type Method Description ConnectionAbstractHTTP2ServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionHTTP2CServerConnectionFactory. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields response101)Methods in org.eclipse.jetty.http2.server with parameters of type Connection Modifier and Type Method Description voidAbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer. onClosed(Connection connection)voidAbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer. onOpened(Connection connection) -
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) -
Uses of Connection in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Connection Modifier and Type Class Description classConnectHandler.DownstreamConnectionclassConnectHandler.UpstreamConnectionclassProxyConnectionMethods in org.eclipse.jetty.proxy that return Connection Modifier and Type Method Description ConnectionProxyConnection. getConnection()ConnectionConnectHandler.ConnectManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)Methods in org.eclipse.jetty.proxy with parameters of type Connection Modifier and Type Method Description voidProxyConnection. setConnection(Connection connection) -
Uses of Connection in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Connection Modifier and Type Class Description classHttpConnectionAConnectionthat handles the HTTP protocol.classNegotiatingServerConnectionMethods in org.eclipse.jetty.server that return Connection Modifier and Type Method Description ConnectionHttpChannel. getConnection()ConnectionProxyConnectionFactory.ProxyEndPoint. getConnection()ConnectionConnectionFactory. newConnection(Connector connector, EndPoint endPoint)Creates a newConnectionwith the given parametersConnectionDetectorConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionHttpConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionNegotiatingServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionServerConnector.ServerConnectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)ConnectionSslConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionConnectionFactory.Upgrading. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request upgradeRequest, HttpFields responseFields)Create a connection for an upgrade request.Methods in org.eclipse.jetty.server with parameters of type Connection Modifier and Type Method Description voidConnectionLimit. onClosed(Connection connection)voidConnectorStatistics. onClosed(Connection connection)Deprecated.voidSocketCustomizationListener. onClosed(Connection connection)voidConnectionLimit. onOpened(Connection connection)voidConnectorStatistics. onOpened(Connection connection)Deprecated.voidSocketCustomizationListener. onOpened(Connection connection)voidProxyConnectionFactory.ProxyEndPoint. setConnection(Connection connection)voidProxyConnectionFactory.ProxyEndPoint. upgrade(Connection newConnection)Method parameters in org.eclipse.jetty.server with type arguments of type Connection Modifier and Type Method Description protected voidSocketCustomizationListener. customize(java.net.Socket socket, java.lang.Class<? extends Connection> connection, boolean ssl)This method may be extended to configure a socket on open events. -
Uses of Connection in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type Connection Modifier and Type Method Description voidDebugHandler. onClosed(Connection connection)Deprecated.voidDebugHandler. onOpened(Connection connection)Deprecated. -
Uses of Connection in org.eclipse.jetty.unixsocket
Methods in org.eclipse.jetty.unixsocket that return Connection Modifier and Type Method Description ConnectionUnixSocketConnector.UnixSocketConnectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment) -
Uses of Connection in org.eclipse.jetty.websocket.client.io
Classes in org.eclipse.jetty.websocket.client.io that implement Connection Modifier and Type Class Description classWebSocketClientConnectionClient side WebSocket physical connection. -
Uses of Connection in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common with parameters of type Connection Modifier and Type Method Description voidWebSocketSession. onClosed(Connection connection)Jetty Connection onSessionClosed eventvoidWebSocketSession. onOpened(Connection connection)Jetty Connection onOpen event -
Uses of Connection in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement Connection Modifier and Type Class Description classAbstractWebSocketConnectionProvides the implementation ofLogicalConnectionwithin the framework of the newConnectionframework ofjetty-io. -
Uses of Connection in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Connection Modifier and Type Class Description classWebSocketServerConnection
-