org.eclipse.jetty.ajp
接口 Ajp13Parser.EventHandler

包容类:
Ajp13Parser

public static interface Ajp13Parser.EventHandler


方法摘要
 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()
           
 

方法详细信息

content

void content(Buffer ref)
             throws IOException
抛出:
IOException

headerComplete

void headerComplete()
                    throws IOException
抛出:
IOException

messageComplete

void messageComplete(long contextLength)
                     throws IOException
抛出:
IOException

parsedHeader

void parsedHeader(Buffer name,
                  Buffer value)
                  throws IOException
抛出:
IOException

parsedMethod

void parsedMethod(Buffer method)
                  throws IOException
抛出:
IOException

parsedProtocol

void parsedProtocol(Buffer protocol)
                    throws IOException
抛出:
IOException

parsedQueryString

void parsedQueryString(Buffer value)
                       throws IOException
抛出:
IOException

parsedRemoteAddr

void parsedRemoteAddr(Buffer addr)
                      throws IOException
抛出:
IOException

parsedRemoteHost

void parsedRemoteHost(Buffer host)
                      throws IOException
抛出:
IOException

parsedRequestAttribute

void parsedRequestAttribute(String key,
                            Buffer value)
                            throws IOException
抛出:
IOException

parsedRequestAttribute

void parsedRequestAttribute(String key,
                            int value)
                            throws IOException
抛出:
IOException

parsedServerName

void parsedServerName(Buffer name)
                      throws IOException
抛出:
IOException

parsedServerPort

void parsedServerPort(int port)
                      throws IOException
抛出:
IOException

parsedSslSecure

void parsedSslSecure(boolean secure)
                     throws IOException
抛出:
IOException

parsedUri

void parsedUri(Buffer uri)
               throws IOException
抛出:
IOException

startForwardRequest

void startForwardRequest()
                         throws IOException
抛出:
IOException

parsedAuthorizationType

void parsedAuthorizationType(Buffer authType)
                             throws IOException
抛出:
IOException

parsedRemoteUser

void parsedRemoteUser(Buffer remoteUser)
                      throws IOException
抛出:
IOException

parsedServletPath

void parsedServletPath(Buffer servletPath)
                       throws IOException
抛出:
IOException

parsedContextPath

void parsedContextPath(Buffer context)
                       throws IOException
抛出:
IOException

parsedSslCert

void parsedSslCert(Buffer sslCert)
                   throws IOException
抛出:
IOException

parsedSslCipher

void parsedSslCipher(Buffer sslCipher)
                     throws IOException
抛出:
IOException

parsedSslSession

void parsedSslSession(Buffer sslSession)
                      throws IOException
抛出:
IOException

parsedSslKeySize

void parsedSslKeySize(int keySize)
                      throws IOException
抛出:
IOException


Copyright © 2013. All Rights Reserved.