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