Uses of Interface
org.mortbay.io.EndPoint

Packages that use EndPoint
org.mortbay.io   
org.mortbay.io.bio   
org.mortbay.io.nio   
org.mortbay.jetty   
org.mortbay.jetty.bio   
org.mortbay.jetty.nio   
org.mortbay.jetty.security   
 

Uses of EndPoint in org.mortbay.io
 

Classes in org.mortbay.io that implement EndPoint
 class ByteArrayEndPoint
          ByteArrayEndPoint.
 

Uses of EndPoint in org.mortbay.io.bio
 

Classes in org.mortbay.io.bio that implement EndPoint
 class SocketEndPoint
           
 class StreamEndPoint
           
 class StringEndPoint
           
 

Uses of EndPoint in org.mortbay.io.nio
 

Classes in org.mortbay.io.nio that implement EndPoint
 class ChannelEndPoint
           
 class SelectChannelEndPoint
          An Endpoint that can be scheduled by SelectorManager.
 

Uses of EndPoint in org.mortbay.jetty
 

Fields in org.mortbay.jetty declared as EndPoint
protected  EndPoint AbstractGenerator._endp
           
protected  EndPoint HttpConnection._endp
           
protected  EndPoint HttpParser.Input._endp
           
 

Methods in org.mortbay.jetty that return EndPoint
 EndPoint HttpConnection.getEndPoint()
           
 

Methods in org.mortbay.jetty with parameters of type EndPoint
 void AbstractConnector.customize(EndPoint endpoint, Request request)
           
 void Connector.customize(EndPoint endpoint, Request request)
          Customize a request for an endpoint.
 void AbstractConnector.persist(EndPoint endpoint)
           
 void Connector.persist(EndPoint endpoint)
          Persist an endpoint.
 

Constructors in org.mortbay.jetty with parameters of type EndPoint
AbstractGenerator(Buffers buffers, EndPoint io, int headerBufferSize, int contentBufferSize)
          Constructor.
HttpConnection(Connector connector, EndPoint endpoint, Server server)
          Constructor
HttpGenerator(Buffers buffers, EndPoint io, int headerBufferSize, int contentBufferSize)
          Constructor.
HttpParser(Buffers buffers, EndPoint endp, HttpParser.EventHandler handler, int headerBufferSize, int contentBufferSize)
          Constructor.
 

Uses of EndPoint in org.mortbay.jetty.bio
 

Classes in org.mortbay.jetty.bio that implement EndPoint
protected  class SocketConnector.Connection
           
 

Methods in org.mortbay.jetty.bio with parameters of type EndPoint
 void SocketConnector.customize(EndPoint endpoint, Request request)
           
protected  HttpConnection SocketConnector.newHttpConnection(EndPoint endpoint)
          Allows subclass to override Conection if required.
 

Uses of EndPoint in org.mortbay.jetty.nio
 

Classes in org.mortbay.jetty.nio that implement EndPoint
static class SelectChannelConnector.ConnectorEndPoint
           
 

Methods in org.mortbay.jetty.nio with parameters of type EndPoint
 void BlockingChannelConnector.customize(EndPoint endpoint, Request request)
           
 void SelectChannelConnector.customize(EndPoint endpoint, Request request)
           
 void SelectChannelConnector.persist(EndPoint endpoint)
           
 

Uses of EndPoint in org.mortbay.jetty.security
 

Classes in org.mortbay.jetty.security that implement EndPoint
 class SslSocketConnector.SslConnection
           
 

Methods in org.mortbay.jetty.security with parameters of type EndPoint
 void SslSocketConnector.customize(EndPoint endpoint, Request request)
          Allow the Listener a chance to customise the request.