org.mortbay.jetty.ajp
Interface Ajp13Parser.EventHandler
- Enclosing class:
- Ajp13Parser
public static interface Ajp13Parser.EventHandler
content
void content(org.mortbay.io.Buffer ref)
throws IOException
- Throws:
IOException
headerComplete
void headerComplete()
throws IOException
- Throws:
IOException
messageComplete
void messageComplete(long contextLength)
throws IOException
- Throws:
IOException
parsedHeader
void parsedHeader(org.mortbay.io.Buffer name,
org.mortbay.io.Buffer value)
throws IOException
- Throws:
IOException
parsedMethod
void parsedMethod(org.mortbay.io.Buffer method)
throws IOException
- Throws:
IOException
parsedProtocol
void parsedProtocol(org.mortbay.io.Buffer protocol)
throws IOException
- Throws:
IOException
parsedQueryString
void parsedQueryString(org.mortbay.io.Buffer value)
throws IOException
- Throws:
IOException
parsedRemoteAddr
void parsedRemoteAddr(org.mortbay.io.Buffer addr)
throws IOException
- Throws:
IOException
parsedRemoteHost
void parsedRemoteHost(org.mortbay.io.Buffer host)
throws IOException
- Throws:
IOException
parsedRequestAttribute
void parsedRequestAttribute(String key,
org.mortbay.io.Buffer value)
throws IOException
- Throws:
IOException
parsedRequestAttribute
void parsedRequestAttribute(String key,
int value)
throws IOException
- Throws:
IOException
parsedServerName
void parsedServerName(org.mortbay.io.Buffer name)
throws IOException
- Throws:
IOException
parsedServerPort
void parsedServerPort(int port)
throws IOException
- Throws:
IOException
parsedSslSecure
void parsedSslSecure(boolean secure)
throws IOException
- Throws:
IOException
parsedUri
void parsedUri(org.mortbay.io.Buffer uri)
throws IOException
- Throws:
IOException
startForwardRequest
void startForwardRequest()
throws IOException
- Throws:
IOException
parsedAuthorizationType
void parsedAuthorizationType(org.mortbay.io.Buffer authType)
throws IOException
- Throws:
IOException
parsedRemoteUser
void parsedRemoteUser(org.mortbay.io.Buffer remoteUser)
throws IOException
- Throws:
IOException
parsedServletPath
void parsedServletPath(org.mortbay.io.Buffer servletPath)
throws IOException
- Throws:
IOException
parsedContextPath
void parsedContextPath(org.mortbay.io.Buffer context)
throws IOException
- Throws:
IOException
parsedSslCert
void parsedSslCert(org.mortbay.io.Buffer sslCert)
throws IOException
- Throws:
IOException
parsedSslCipher
void parsedSslCipher(org.mortbay.io.Buffer sslCipher)
throws IOException
- Throws:
IOException
parsedSslSession
void parsedSslSession(org.mortbay.io.Buffer sslSession)
throws IOException
- Throws:
IOException
parsedSslKeySize
void parsedSslKeySize(int keySize)
throws IOException
- Throws:
IOException
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.