|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
HttpParser.Input._endp
|
protected EndPoint |
HttpConnection._endp
|
protected EndPoint |
AbstractGenerator._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.ajp |
|---|
| Methods in org.mortbay.jetty.ajp with parameters of type EndPoint | |
|---|---|
protected HttpConnection |
Ajp13SocketConnector.newHttpConnection(EndPoint endpoint)
|
| Constructors in org.mortbay.jetty.ajp with parameters of type EndPoint | |
|---|---|
Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server)
|
|
Ajp13Generator(Buffers buffers,
EndPoint io,
int headerBufferSize,
int contentBufferSize)
|
|
Ajp13Parser(Buffers buffers,
EndPoint endPoint,
Ajp13Parser.EventHandler handler,
Ajp13Generator generator)
|
|
| 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.grizzly |
|---|
| Classes in org.mortbay.jetty.grizzly that implement EndPoint | |
|---|---|
class |
GrizzlyEndPoint
|
| Methods in org.mortbay.jetty.grizzly with parameters of type EndPoint | |
|---|---|
void |
GrizzlyConnector.customize(EndPoint endpoint,
Request request)
|
| 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 |
SslHttpChannelEndPoint
SslHttpChannelEndPoint. |
| 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. |
void |
SslSelectChannelConnector.customize(EndPoint endpoint,
Request request)
Allow the Listener a chance to customise the request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||