JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Deprecated API
Contents
Methods
Constructors
Deprecated Methods
Method
Description
org.eclipse.jetty.io.AbstractConnection.getInvocationType()
org.eclipse.jetty.io.EndPoint.getLocalAddress()
use
EndPoint.getLocalSocketAddress()
instead
org.eclipse.jetty.io.EndPoint.getRemoteAddress()
use
EndPoint.getRemoteSocketAddress()
instead.
Deprecated Constructors
Constructor
Description
org.eclipse.jetty.io.ssl.SslConnection
(ByteBufferPool, Executor, EndPoint, SSLEngine)
org.eclipse.jetty.io.ssl.SslConnection
(ByteBufferPool, Executor, EndPoint, SSLEngine, boolean, boolean)