Uses of Interface
org.mortbay.io.Connection

Packages that use Connection
org.mortbay.io.nio   
org.mortbay.jetty   
 

Uses of Connection in org.mortbay.io.nio
 

Fields in org.mortbay.io.nio declared as Connection
protected  Connection SelectChannelEndPoint._connection
           
 

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

Uses of Connection in org.mortbay.jetty
 

Classes in org.mortbay.jetty 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.