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

Packages that use EndPoint
org.eclipse.jetty.ajp   
org.eclipse.jetty.client   
org.eclipse.jetty.http   
org.eclipse.jetty.http.ssl   
org.eclipse.jetty.io   
org.eclipse.jetty.io.bio   
org.eclipse.jetty.io.nio   
org.eclipse.jetty.server   
org.eclipse.jetty.server.bio   
org.eclipse.jetty.server.nio   
org.eclipse.jetty.server.ssl   
 

Uses of EndPoint in org.eclipse.jetty.ajp
 

Methods in org.eclipse.jetty.ajp with parameters of type EndPoint
 void Ajp13SocketConnector.customize(EndPoint endpoint, Request request)
           
protected  HttpConnection Ajp13SocketConnector.newHttpConnection(EndPoint endpoint)
           
 

Constructors in org.eclipse.jetty.ajp with parameters of type EndPoint
Ajp13Connection(Connector connector, EndPoint endPoint, Server server)
           
Ajp13Generator(Buffers buffers, EndPoint io)
           
Ajp13Parser(Buffers buffers, EndPoint endPoint)
           
 

Uses of EndPoint in org.eclipse.jetty.client
 

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

Uses of EndPoint in org.eclipse.jetty.http
 

Fields in org.eclipse.jetty.http declared as EndPoint
protected  EndPoint AbstractGenerator._endp
           
 

Constructors in org.eclipse.jetty.http with parameters of type EndPoint
AbstractGenerator(Buffers buffers, EndPoint io)
          Constructor.
HttpGenerator(Buffers buffers, EndPoint io)
          Constructor.
HttpParser(Buffers buffers, EndPoint endp, HttpParser.EventHandler handler)
          Constructor.
 

Uses of EndPoint in org.eclipse.jetty.http.ssl
 

Classes in org.eclipse.jetty.http.ssl that implement EndPoint
 class SslSelectChannelEndPoint
          SslSelectChannelEndPoint
 

Uses of EndPoint in org.eclipse.jetty.io
 

Subinterfaces of EndPoint in org.eclipse.jetty.io
 interface AsyncEndPoint
           
 

Classes in org.eclipse.jetty.io that implement EndPoint
 class ByteArrayEndPoint
          ByteArrayEndPoint.
 

Uses of EndPoint in org.eclipse.jetty.io.bio
 

Classes in org.eclipse.jetty.io.bio that implement EndPoint
 class SocketEndPoint
          To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
 class StreamEndPoint
          To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
 class StringEndPoint
          To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
 

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

Classes in org.eclipse.jetty.io.nio that implement EndPoint
 class ChannelEndPoint
          To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
 class SelectChannelEndPoint
          An Endpoint that can be scheduled by SelectorManager.
 

Uses of EndPoint in org.eclipse.jetty.server
 

Fields in org.eclipse.jetty.server declared as EndPoint
protected  EndPoint HttpConnection._endp
           
 

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

Methods in org.eclipse.jetty.server with parameters of type EndPoint
protected  void AbstractConnector.checkForwardedHeaders(EndPoint endpoint, Request request)
           
 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.eclipse.jetty.server with parameters of type EndPoint
HttpConnection(Connector connector, EndPoint endpoint, Server server)
          Constructor
HttpConnection(Connector connector, EndPoint endpoint, Server server, Parser parser, Generator generator, Request request)
           
 

Uses of EndPoint in org.eclipse.jetty.server.bio
 

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

Methods in org.eclipse.jetty.server.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.eclipse.jetty.server.nio
 

Methods in org.eclipse.jetty.server.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.eclipse.jetty.server.ssl
 

Classes in org.eclipse.jetty.server.ssl that implement EndPoint
 class SslSocketConnector.SslConnection
           
 

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



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