Uses of Interface
org.mortbay.jetty.Connector

Packages that use Connector
org.mortbay.jetty   
org.mortbay.jetty.bio   
org.mortbay.jetty.nio   
org.mortbay.jetty.security   
 

Uses of Connector in org.mortbay.jetty
 

Classes in org.mortbay.jetty that implement Connector
 class AbstractConnector
          Abstract Connector implementation.
 class LocalConnector
           
 

Fields in org.mortbay.jetty declared as Connector
protected  Connector HttpConnection._connector
           
 

Methods in org.mortbay.jetty that return Connector
 Connector HttpConnection.getConnector()
           
 Connector[] Server.getConnectors()
           
 

Methods in org.mortbay.jetty with parameters of type Connector
 void Server.addConnector(Connector connector)
           
 void Server.removeConnector(Connector connector)
          Conveniance method which calls Server.getConnectors() and Server.setConnectors(Connector[]) to remove a connector.
 void Server.setConnectors(Connector[] connectors)
          Set the connectors for this server.
 

Constructors in org.mortbay.jetty with parameters of type Connector
HttpConnection(Connector connector, EndPoint endpoint, Server server)
          Constructor
 

Uses of Connector in org.mortbay.jetty.bio
 

Classes in org.mortbay.jetty.bio that implement Connector
 class SocketConnector
          Socket Connector.
 

Uses of Connector in org.mortbay.jetty.nio
 

Classes in org.mortbay.jetty.nio that implement Connector
 class AbstractNIOConnector
           
 class BlockingChannelConnector
          Blocking NIO connector.
 class SelectChannelConnector
          Selecting NIO connector.
 

Uses of Connector in org.mortbay.jetty.security
 

Classes in org.mortbay.jetty.security that implement Connector
 class SslSocketConnector
          JSSE Socket Listener.