public class Ajp13IncomingPacket extends Object
| Constructor and Description |
|---|
Ajp13IncomingPacket(InputStream in,
RequestHandlerThread handler)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getAttributes() |
String[] |
getHeaders() |
String |
getMethod() |
int |
getPacketLength() |
String |
getProtocol() |
String |
getRemoteAddress() |
String |
getRemoteHost() |
String |
getServerName() |
int |
getServerPort() |
String |
getURI() |
boolean |
isSSL() |
byte |
parsePacket(String encoding) |
public Ajp13IncomingPacket(InputStream in, RequestHandlerThread handler) throws IOException
IOExceptionpublic byte parsePacket(String encoding) throws IOException
IOExceptionpublic int getPacketLength()
public String getMethod()
public String getProtocol()
public String getURI()
public String getRemoteAddress()
public String getRemoteHost()
public String getServerName()
public int getServerPort()
public boolean isSSL()
public String[] getHeaders()
public Map getAttributes()
Copyright © 2014. All rights reserved.