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(java.lang.String key,
Buffer value) |
void |
parsedRequestAttribute(java.lang.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 java.io.IOException
java.io.IOExceptionvoid headerComplete()
throws java.io.IOException
java.io.IOExceptionvoid messageComplete(long contextLength)
throws java.io.IOException
java.io.IOExceptionvoid parsedHeader(Buffer name, Buffer value) throws java.io.IOException
java.io.IOExceptionvoid parsedMethod(Buffer method) throws java.io.IOException
java.io.IOExceptionvoid parsedProtocol(Buffer protocol) throws java.io.IOException
java.io.IOExceptionvoid parsedQueryString(Buffer value) throws java.io.IOException
java.io.IOExceptionvoid parsedRemoteAddr(Buffer addr) throws java.io.IOException
java.io.IOExceptionvoid parsedRemoteHost(Buffer host) throws java.io.IOException
java.io.IOExceptionvoid parsedRequestAttribute(java.lang.String key,
Buffer value)
throws java.io.IOException
java.io.IOExceptionvoid parsedRequestAttribute(java.lang.String key,
int value)
throws java.io.IOException
java.io.IOExceptionvoid parsedServerName(Buffer name) throws java.io.IOException
java.io.IOExceptionvoid parsedServerPort(int port)
throws java.io.IOException
java.io.IOExceptionvoid parsedSslSecure(boolean secure)
throws java.io.IOException
java.io.IOExceptionvoid parsedUri(Buffer uri) throws java.io.IOException
java.io.IOExceptionvoid startForwardRequest()
throws java.io.IOException
java.io.IOExceptionvoid parsedAuthorizationType(Buffer authType) throws java.io.IOException
java.io.IOExceptionvoid parsedRemoteUser(Buffer remoteUser) throws java.io.IOException
java.io.IOExceptionvoid parsedServletPath(Buffer servletPath) throws java.io.IOException
java.io.IOExceptionvoid parsedContextPath(Buffer context) throws java.io.IOException
java.io.IOExceptionvoid parsedSslCert(Buffer sslCert) throws java.io.IOException
java.io.IOExceptionvoid parsedSslCipher(Buffer sslCipher) throws java.io.IOException
java.io.IOExceptionvoid parsedSslSession(Buffer sslSession) throws java.io.IOException
java.io.IOExceptionvoid parsedSslKeySize(int keySize)
throws java.io.IOException
java.io.IOExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.