Uses of Interface
org.eclipse.jetty.io.Connection

Packages that use Connection
org.eclipse.jetty.ajp   
org.eclipse.jetty.io.nio   
org.eclipse.jetty.server   
org.eclipse.jetty.server.nio   
org.eclipse.jetty.server.ssl   
 

Uses of Connection in org.eclipse.jetty.ajp
 

Classes in org.eclipse.jetty.ajp that implement Connection
 class Ajp13Connection
          Connection implementation of the Ajp13 protocol.
 

Uses of Connection in org.eclipse.jetty.io.nio
 

Methods in org.eclipse.jetty.io.nio that return Connection
 Connection SelectChannelEndPoint.getConnection()
           
protected abstract  Connection SelectorManager.newConnection(SocketChannel channel, SelectChannelEndPoint endpoint)
           
 

Uses of Connection in org.eclipse.jetty.server
 

Classes in org.eclipse.jetty.server that implement Connection
 class HttpConnection
          A HttpConnection represents the connection of a HTTP client to the server and is created by an instance of a Connector.
 

Uses of Connection in org.eclipse.jetty.server.nio
 

Methods in org.eclipse.jetty.server.nio that return Connection
protected  Connection SelectChannelConnector.newConnection(SocketChannel channel, SelectChannelEndPoint endpoint)
           
 

Uses of Connection in org.eclipse.jetty.server.ssl
 

Methods in org.eclipse.jetty.server.ssl that return Connection
protected  Connection SslSelectChannelConnector.newConnection(SocketChannel channel, SelectChannelEndPoint endpoint)
           
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.