|
|||||||||
| Home >> All >> org >> mortbay >> http >> [ ajp overview ] | PREV NEXT | ||||||||
A
- AJP13Connection - class org.mortbay.http.ajp.AJP13Connection.
- AJP13Connection(AJP13Listener, InputStream, OutputStream, Socket, int) - Constructor for class org.mortbay.http.ajp.AJP13Connection
- AJP13InputStream - class org.mortbay.http.ajp.AJP13InputStream.
- AJP13InputStream(InputStream, OutputStream, int) - Constructor for class org.mortbay.http.ajp.AJP13InputStream
- AJP13Listener - class org.mortbay.http.ajp.AJP13Listener.
- AJP 1.3 Protocol Listener.
- AJP13Listener() - Constructor for class org.mortbay.http.ajp.AJP13Listener
- AJP13Listener(InetAddrPort) - Constructor for class org.mortbay.http.ajp.AJP13Listener
- AJP13OutputStream - class org.mortbay.http.ajp.AJP13OutputStream.
- OutputStream for AJP13 protocol.
- AJP13OutputStream(OutputStream, int) - Constructor for class org.mortbay.http.ajp.AJP13OutputStream
- AJP13Packet - class org.mortbay.http.ajp.AJP13Packet.
- AJP13Packet(byte[], int) - Constructor for class org.mortbay.http.ajp.AJP13Packet
- AJP13Packet(byte[]) - Constructor for class org.mortbay.http.ajp.AJP13Packet
- AJP13Packet(int) - Constructor for class org.mortbay.http.ajp.AJP13Packet
- AJP13RequestPacket - class org.mortbay.http.ajp.AJP13RequestPacket.
- AJP13RequestPacket used by AJP13InputStream
- AJP13RequestPacket(byte[], int) - Constructor for class org.mortbay.http.ajp.AJP13RequestPacket
- AJP13RequestPacket(byte[]) - Constructor for class org.mortbay.http.ajp.AJP13RequestPacket
- AJP13RequestPacket(int) - Constructor for class org.mortbay.http.ajp.AJP13RequestPacket
- AJP13ResponsePacket - class org.mortbay.http.ajp.AJP13ResponsePacket.
- AJP13ResponsePacket used by AJP13OutputStream
- AJP13ResponsePacket(byte[], int) - Constructor for class org.mortbay.http.ajp.AJP13ResponsePacket
- AJP13ResponsePacket(byte[]) - Constructor for class org.mortbay.http.ajp.AJP13ResponsePacket
- AJP13ResponsePacket(int) - Constructor for class org.mortbay.http.ajp.AJP13ResponsePacket
- addBoolean(boolean) - Method in class org.mortbay.http.ajp.AJP13Packet
- addByte(byte) - Method in class org.mortbay.http.ajp.AJP13Packet
- addBytes(byte[], int, int) - Method in class org.mortbay.http.ajp.AJP13Packet
- addHeader(String) - Method in class org.mortbay.http.ajp.AJP13Packet
- addInt(int) - Method in class org.mortbay.http.ajp.AJP13Packet
- addString(String) - Method in class org.mortbay.http.ajp.AJP13Packet
- available() - Method in class org.mortbay.http.ajp.AJP13InputStream
B
- bypassWrite(byte[], int, int) - Method in class org.mortbay.http.ajp.AJP13OutputStream
C
- close() - Method in class org.mortbay.http.ajp.AJP13InputStream
- close() - Method in class org.mortbay.http.ajp.AJP13OutputStream
- commit() - Method in class org.mortbay.http.ajp.AJP13Connection
- createConnection(Socket) - Method in class org.mortbay.http.ajp.AJP13Listener
- Create an AJP13Connection instance.
- customizeRequest(HttpConnection, HttpRequest) - Method in class org.mortbay.http.ajp.AJP13Listener
- Customize the request from connection.
- customizeRequest(Socket, HttpRequest) - Method in class org.mortbay.http.ajp.AJP13Listener
- Customize request from socket.
D
- destroy() - Method in class org.mortbay.http.ajp.AJP13Connection
- destroy() - Method in class org.mortbay.http.ajp.AJP13InputStream
- destroy() - Method in class org.mortbay.http.ajp.AJP13OutputStream
- destroy() - Method in class org.mortbay.http.ajp.AJP13Packet
E
- end() - Method in class org.mortbay.http.ajp.AJP13OutputStream
F
- fillPacket() - Method in class org.mortbay.http.ajp.AJP13InputStream
- firstWrite() - Method in class org.mortbay.http.ajp.AJP13Connection
- flush() - Method in class org.mortbay.http.ajp.AJP13OutputStream
G
- getBoolean() - Method in class org.mortbay.http.ajp.AJP13Packet
- getBuffer() - Method in class org.mortbay.http.ajp.AJP13Packet
- getBufferReserve() - Method in class org.mortbay.http.ajp.AJP13Listener
- getBufferSize() - Method in class org.mortbay.http.ajp.AJP13Listener
- getBufferSize() - Method in class org.mortbay.http.ajp.AJP13Packet
- getByte() - Method in class org.mortbay.http.ajp.AJP13Packet
- getBytes(byte[], int, int) - Method in class org.mortbay.http.ajp.AJP13Packet
- getConfidentialPort() - Method in class org.mortbay.http.ajp.AJP13Listener
- getConfidentialScheme() - Method in class org.mortbay.http.ajp.AJP13Listener
- getDataSize() - Method in class org.mortbay.http.ajp.AJP13Packet
- getDefaultScheme() - Method in class org.mortbay.http.ajp.AJP13Connection
- Get the listeners Default scheme.
- getDefaultScheme() - Method in class org.mortbay.http.ajp.AJP13Listener
- getHeader() - Method in class org.mortbay.http.ajp.AJP13Packet
- getHttpHandler() - Method in class org.mortbay.http.ajp.AJP13Listener
- getHttpServer() - Method in class org.mortbay.http.ajp.AJP13Listener
- getIdentifyListener() - Method in class org.mortbay.http.ajp.AJP13Listener
- getInt() - Method in class org.mortbay.http.ajp.AJP13Packet
- getIntegralPort() - Method in class org.mortbay.http.ajp.AJP13Listener
- getIntegralScheme() - Method in class org.mortbay.http.ajp.AJP13Listener
- getMark() - Method in class org.mortbay.http.ajp.AJP13Packet
- getMethod() - Method in class org.mortbay.http.ajp.AJP13Packet
- getRemoteAddr() - Method in class org.mortbay.http.ajp.AJP13Connection
- Get the Remote address.
- getRemoteHost() - Method in class org.mortbay.http.ajp.AJP13Connection
- Get the Remote address.
- getRemoteInetAddress() - Method in class org.mortbay.http.ajp.AJP13Connection
- Get the Remote address.
- getRemoteServers() - Method in class org.mortbay.http.ajp.AJP13Listener
- getServerName() - Method in class org.mortbay.http.ajp.AJP13Connection
- Get the listeners HttpServer .
- getServerPort() - Method in class org.mortbay.http.ajp.AJP13Connection
- Get the listeners Port .
- getString() - Method in class org.mortbay.http.ajp.AJP13Packet
H
- handleConnection(Socket) - Method in class org.mortbay.http.ajp.AJP13Listener
- Handle Job.
- handleNext() - Method in class org.mortbay.http.ajp.AJP13Connection
I
- isConfidential(HttpConnection) - Method in class org.mortbay.http.ajp.AJP13Listener
- isIntegral(HttpConnection) - Method in class org.mortbay.http.ajp.AJP13Listener
- isLowOnResources() - Method in class org.mortbay.http.ajp.AJP13Listener
- isOutOfResources() - Method in class org.mortbay.http.ajp.AJP13Listener
- isSSL() - Method in class org.mortbay.http.ajp.AJP13Connection
L
- log - Static variable in class org.mortbay.http.ajp.AJP13Connection
- log - Static variable in class org.mortbay.http.ajp.AJP13Listener
- log - Static variable in class org.mortbay.http.ajp.AJP13OutputStream
- log - Static variable in class org.mortbay.http.ajp.AJP13Packet
M
- mark(int) - Method in class org.mortbay.http.ajp.AJP13InputStream
- markSupported() - Method in class org.mortbay.http.ajp.AJP13InputStream
N
- nextPacket() - Method in class org.mortbay.http.ajp.AJP13InputStream
O
- org.mortbay.http.ajp - package org.mortbay.http.ajp
P
- persistConnection(HttpConnection) - Method in class org.mortbay.http.ajp.AJP13Listener
- Persist the connection.
- populateHeaders() - Method in class org.mortbay.http.ajp.AJP13Packet
- Abstract method to populate the header array and hash map.
- populateHeaders() - Method in class org.mortbay.http.ajp.AJP13RequestPacket
- populateHeaders() - Method in class org.mortbay.http.ajp.AJP13ResponsePacket
- prepare() - Method in class org.mortbay.http.ajp.AJP13Packet
R
- read() - Method in class org.mortbay.http.ajp.AJP13InputStream
- read(byte[], int, int) - Method in class org.mortbay.http.ajp.AJP13InputStream
- read(InputStream) - Method in class org.mortbay.http.ajp.AJP13Packet
- reset() - Method in class org.mortbay.http.ajp.AJP13InputStream
- reset() - Method in class org.mortbay.http.ajp.AJP13Packet
- resetData() - Method in class org.mortbay.http.ajp.AJP13Packet
- resetStream() - Method in class org.mortbay.http.ajp.AJP13InputStream
- resetStream() - Method in class org.mortbay.http.ajp.AJP13OutputStream
S
- setBufferReserve(int) - Method in class org.mortbay.http.ajp.AJP13Listener
- setBufferSize(int) - Method in class org.mortbay.http.ajp.AJP13Listener
- setConfidentialPort(int) - Method in class org.mortbay.http.ajp.AJP13Listener
- setConfidentialScheme(String) - Method in class org.mortbay.http.ajp.AJP13Listener
- setDataSize() - Method in class org.mortbay.http.ajp.AJP13Packet
- setDataSize(int) - Method in class org.mortbay.http.ajp.AJP13Packet
- setHttpHandler(HttpHandler) - Method in class org.mortbay.http.ajp.AJP13Listener
- setHttpServer(HttpServer) - Method in class org.mortbay.http.ajp.AJP13Listener
- setIdentifyListener(boolean) - Method in class org.mortbay.http.ajp.AJP13Listener
- setInt(int, int) - Method in class org.mortbay.http.ajp.AJP13Packet
- setIntegralPort(int) - Method in class org.mortbay.http.ajp.AJP13Listener
- setIntegralScheme(String) - Method in class org.mortbay.http.ajp.AJP13Listener
- setRemoteServers(String[]) - Method in class org.mortbay.http.ajp.AJP13Listener
- Set accepted remote servers.
- setupOutputStream() - Method in class org.mortbay.http.ajp.AJP13Connection
- skip(long) - Method in class org.mortbay.http.ajp.AJP13InputStream
- start() - Method in class org.mortbay.http.ajp.AJP13Listener
- stop() - Method in class org.mortbay.http.ajp.AJP13Listener
T
- toString() - Method in class org.mortbay.http.ajp.AJP13Packet
- toString(int) - Method in class org.mortbay.http.ajp.AJP13Packet
U
- unconsumedCapacity() - Method in class org.mortbay.http.ajp.AJP13Packet
- unconsumedData() - Method in class org.mortbay.http.ajp.AJP13Packet
W
- wrapBuffer() - Method in class org.mortbay.http.ajp.AJP13OutputStream
- write(AJP13Packet) - Method in class org.mortbay.http.ajp.AJP13OutputStream
- write(OutputStream) - Method in class org.mortbay.http.ajp.AJP13Packet
- writeHeader(HttpMessage) - Method in class org.mortbay.http.ajp.AJP13OutputStream
- writeTo(OutputStream) - Method in class org.mortbay.http.ajp.AJP13OutputStream
_
- __DATA_HDR - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __END_RESPONSE - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __FORWARD_REQUEST - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __GET_BODY_CHUNK - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __HDR_SIZE - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __MAX_BUF - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __MAX_DATA - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __RequestHeader - Static variable in class org.mortbay.http.ajp.AJP13RequestPacket
- __ResponseHeader - Static variable in class org.mortbay.http.ajp.AJP13ResponsePacket
- __SEND_BODY_CHUNK - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __SEND_HEADERS - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __SHUTDOWN - Static variable in class org.mortbay.http.ajp.AJP13Packet
- __header - Variable in class org.mortbay.http.ajp.AJP13Packet
- __headerMap - Variable in class org.mortbay.http.ajp.AJP13Packet
- __method - Static variable in class org.mortbay.http.ajp.AJP13Packet
- _ajpIn - Variable in class org.mortbay.http.ajp.AJP13Connection
- _ajpOut - Variable in class org.mortbay.http.ajp.AJP13Connection
- _ajpResponse - Variable in class org.mortbay.http.ajp.AJP13OutputStream
- _buf - Variable in class org.mortbay.http.ajp.AJP13Packet
- _bufferReserve - Variable in class org.mortbay.http.ajp.AJP13Listener
- _bufferSize - Variable in class org.mortbay.http.ajp.AJP13Listener
- _byteWriter - Variable in class org.mortbay.http.ajp.AJP13Packet
- _bytes - Variable in class org.mortbay.http.ajp.AJP13Packet
- _closed - Variable in class org.mortbay.http.ajp.AJP13InputStream
- _complete - Variable in class org.mortbay.http.ajp.AJP13OutputStream
- _completed - Variable in class org.mortbay.http.ajp.AJP13OutputStream
- _confidentialPort - Variable in class org.mortbay.http.ajp.AJP13Listener
- _confidentialScheme - Variable in class org.mortbay.http.ajp.AJP13Listener
- _getBodyChunk - Variable in class org.mortbay.http.ajp.AJP13InputStream
- _gotFirst - Variable in class org.mortbay.http.ajp.AJP13InputStream
- _handler - Variable in class org.mortbay.http.ajp.AJP13Listener
- _identifyListener - Variable in class org.mortbay.http.ajp.AJP13Listener
- _in - Variable in class org.mortbay.http.ajp.AJP13InputStream
- _integralPort - Variable in class org.mortbay.http.ajp.AJP13Listener
- _integralScheme - Variable in class org.mortbay.http.ajp.AJP13Listener
- _isSSL - Variable in class org.mortbay.http.ajp.AJP13Connection
- _lastLow - Variable in class org.mortbay.http.ajp.AJP13Listener
- _lastOut - Variable in class org.mortbay.http.ajp.AJP13Listener
- _listener - Variable in class org.mortbay.http.ajp.AJP13Connection
- _out - Variable in class org.mortbay.http.ajp.AJP13InputStream
- _ownBuffer - Variable in class org.mortbay.http.ajp.AJP13Packet
- _packet - Variable in class org.mortbay.http.ajp.AJP13InputStream
- _packet - Variable in class org.mortbay.http.ajp.AJP13OutputStream
- _persistent - Variable in class org.mortbay.http.ajp.AJP13OutputStream
- _pos - Variable in class org.mortbay.http.ajp.AJP13Packet
- _remoteAddr - Variable in class org.mortbay.http.ajp.AJP13Connection
- _remoteHost - Variable in class org.mortbay.http.ajp.AJP13Connection
- _remoteServers - Variable in class org.mortbay.http.ajp.AJP13Listener
- _server - Variable in class org.mortbay.http.ajp.AJP13Listener
- _serverName - Variable in class org.mortbay.http.ajp.AJP13Connection
- _serverPort - Variable in class org.mortbay.http.ajp.AJP13Connection
A B C D E F G H I L M N O P R S T U W _
|
|||||||||
| Home >> All >> org >> mortbay >> http >> [ ajp overview ] | PREV NEXT | ||||||||