public static interface Ajp13Parser.EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
content(Buffer ref) |
void |
headerComplete() |
void |
messageComplete(long contextLength) |
void |
parsedAuthorizationType(Buffer authType) |
void |
parsedContextPath(Buffer context) |
void |
parsedHeader(Buffer name,
Buffer value) |
void |
parsedMethod(Buffer method) |
void |
parsedProtocol(Buffer protocol) |
void |
parsedQueryString(Buffer value) |
void |
parsedRemoteAddr(Buffer addr) |
void |
parsedRemoteHost(Buffer host) |
void |
parsedRemoteUser(Buffer remoteUser) |
void |
parsedRequestAttribute(String key,
Buffer value) |
void |
parsedRequestAttribute(String key,
int value) |
void |
parsedServerName(Buffer name) |
void |
parsedServerPort(int port) |
void |
parsedServletPath(Buffer servletPath) |
void |
parsedSslCert(Buffer sslCert) |
void |
parsedSslCipher(Buffer sslCipher) |
void |
parsedSslKeySize(int keySize) |
void |
parsedSslSecure(boolean secure) |
void |
parsedSslSession(Buffer sslSession) |
void |
parsedUri(Buffer uri) |
void |
startForwardRequest() |
void content(Buffer ref) throws IOException
IOExceptionvoid headerComplete()
throws IOException
IOExceptionvoid messageComplete(long contextLength)
throws IOException
IOExceptionvoid parsedHeader(Buffer name, Buffer value) throws IOException
IOExceptionvoid parsedMethod(Buffer method) throws IOException
IOExceptionvoid parsedProtocol(Buffer protocol) throws IOException
IOExceptionvoid parsedQueryString(Buffer value) throws IOException
IOExceptionvoid parsedRemoteAddr(Buffer addr) throws IOException
IOExceptionvoid parsedRemoteHost(Buffer host) throws IOException
IOExceptionvoid parsedRequestAttribute(String key, Buffer value) throws IOException
IOExceptionvoid parsedRequestAttribute(String key, int value) throws IOException
IOExceptionvoid parsedServerName(Buffer name) throws IOException
IOExceptionvoid parsedServerPort(int port)
throws IOException
IOExceptionvoid parsedSslSecure(boolean secure)
throws IOException
IOExceptionvoid parsedUri(Buffer uri) throws IOException
IOExceptionvoid startForwardRequest()
throws IOException
IOExceptionvoid parsedAuthorizationType(Buffer authType) throws IOException
IOExceptionvoid parsedRemoteUser(Buffer remoteUser) throws IOException
IOExceptionvoid parsedServletPath(Buffer servletPath) throws IOException
IOExceptionvoid parsedContextPath(Buffer context) throws IOException
IOExceptionvoid parsedSslCert(Buffer sslCert) throws IOException
IOExceptionvoid parsedSslCipher(Buffer sslCipher) throws IOException
IOExceptionvoid parsedSslSession(Buffer sslSession) throws IOException
IOExceptionvoid parsedSslKeySize(int keySize)
throws IOException
IOExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.