Modifier and Type | Method and Description |
---|---|
void |
Ajp13SocketConnector.customize(EndPoint endpoint,
Request request) |
protected Connection |
Ajp13SocketConnector.newConnection(EndPoint endpoint) |
Constructor and Description |
---|
Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server) |
Ajp13Generator(Buffers buffers,
EndPoint io) |
Ajp13Parser(Buffers buffers,
EndPoint endPoint) |
Modifier and Type | Method and Description |
---|---|
protected Connection |
HttpExchange.onSwitchProtocol(EndPoint endp) |
Modifier and Type | Field and Description |
---|---|
protected EndPoint |
AbstractGenerator._endp |
Constructor and Description |
---|
AbstractGenerator(Buffers buffers,
EndPoint io)
Constructor.
|
HttpGenerator(Buffers buffers,
EndPoint io)
Constructor.
|
HttpParser(Buffers buffers,
EndPoint endp,
HttpParser.EventHandler handler)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncEndPoint |
interface |
ConnectedEndPoint |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayEndPoint
ByteArrayEndPoint.
|
Modifier and Type | Field and Description |
---|---|
protected EndPoint |
AbstractConnection._endp |
Modifier and Type | Method and Description |
---|---|
EndPoint |
AbstractConnection.getEndPoint() |
Constructor and Description |
---|
AbstractConnection(EndPoint endp) |
AbstractConnection(EndPoint endp,
long timestamp) |
Modifier and Type | Class and Description |
---|---|
class |
SocketEndPoint |
class |
StreamEndPoint |
class |
StringEndPoint
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelEndPoint
Channel End Point.
|
class |
NetworkTrafficSelectChannelEndPoint |
class |
SelectChannelEndPoint
An Endpoint that can be scheduled by
SelectorManager . |
class |
SslConnection.SslEndPoint |
Constructor and Description |
---|
SslConnection(SSLEngine engine,
EndPoint endp) |
SslConnection(SSLEngine engine,
EndPoint endp,
long timeStamp) |
Modifier and Type | Class and Description |
---|---|
class |
NestedEndPoint |
Constructor and Description |
---|
NestedGenerator(Buffers buffers,
EndPoint io,
javax.servlet.http.HttpServletResponse response,
String nestedIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnector.checkForwardedHeaders(EndPoint endpoint,
Request request) |
void |
Connector.customize(EndPoint endpoint,
Request request)
Customize a request for an endpoint.
|
void |
AbstractConnector.customize(EndPoint endpoint,
Request request) |
protected HttpGenerator |
AbstractHttpConnection.newHttpGenerator(Buffers responseBuffers,
EndPoint endPoint) |
protected HttpParser |
AbstractHttpConnection.newHttpParser(Buffers requestBuffers,
EndPoint endpoint,
HttpParser.EventHandler requestHandler) |
void |
Connector.persist(EndPoint endpoint)
Persist an endpoint.
|
void |
AbstractConnector.persist(EndPoint endpoint) |
Constructor and Description |
---|
AbstractHttpConnection(Connector connector,
EndPoint endpoint,
Server server) |
AbstractHttpConnection(Connector connector,
EndPoint endpoint,
Server server,
Parser parser,
Generator generator,
Request request) |
AsyncHttpConnection(Connector connector,
EndPoint endpoint,
Server server) |
BlockingHttpConnection(Connector connector,
EndPoint endpoint,
Server server) |
BlockingHttpConnection(Connector connector,
EndPoint endpoint,
Server server,
Parser parser,
Generator generator,
Request request) |
Modifier and Type | Class and Description |
---|---|
protected class |
SocketConnector.ConnectorEndPoint |
Modifier and Type | Field and Description |
---|---|
protected Set<EndPoint> |
SocketConnector._connections |
Modifier and Type | Method and Description |
---|---|
void |
SocketConnector.customize(EndPoint endpoint,
Request request) |
protected Connection |
SocketConnector.newConnection(EndPoint endpoint)
Allows subclass to override Conection if required.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectHandler.ClientToProxyConnection |
ConnectHandler.newClientToProxyConnection(ConcurrentMap<String,Object> context,
SocketChannel channel,
EndPoint endPoint,
long timeStamp) |
protected int |
ConnectHandler.read(EndPoint endPoint,
Buffer buffer,
ConcurrentMap<String,Object> context)
Reads (with non-blocking semantic) into the given
buffer from the given endPoint . |
protected int |
ConnectHandler.write(EndPoint endPoint,
Buffer buffer,
ConcurrentMap<String,Object> context)
Writes (with blocking semantic) the given buffer of data onto the given endPoint.
|
Constructor and Description |
---|
ConnectHandler.ClientToProxyConnection(ConcurrentMap<String,Object> context,
SocketChannel channel,
EndPoint endPoint,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
void |
BlockingChannelConnector.customize(EndPoint endpoint,
Request request) |
void |
SelectChannelConnector.customize(EndPoint endpoint,
Request request) |
void |
SelectChannelConnector.persist(EndPoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
SslSocketConnector.SslConnectorEndPoint |
Modifier and Type | Method and Description |
---|---|
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.
|
static void |
SslCertificates.customize(SSLSession sslSession,
EndPoint endpoint,
Request request)
Allow the Listener a chance to customise the request.
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.