Uses of Interface
org.mortbay.io.Connection

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

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.
 

Uses of Connection in org.mortbay.jetty.ajp
 

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

Uses of Connection in org.mortbay.jetty.nio
 

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

Uses of Connection in org.mortbay.jetty.security
 

Methods in org.mortbay.jetty.security that return Connection
protected  Connection SslSelectChannelConnector.newConnection(SocketChannel channel, SelectChannelEndPoint endpoint)
           
 



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