Uses of Interface
com.sun.grizzly.portunif.PUProtocolRequest

Packages that use PUProtocolRequest
com.sun.grizzly.http.portunif   
com.sun.grizzly.portunif   
 

Uses of PUProtocolRequest in com.sun.grizzly.http.portunif
 

Methods in com.sun.grizzly.http.portunif with parameters of type PUProtocolRequest
 String HttpProtocolFinder.find(Context context, PUProtocolRequest protocolRequest)
           
 boolean HttpProtocolHandler.handle(Context context, PUProtocolRequest protocolRequest)
          Redirect the request to the protocol defined in the protocolInfo.
static void HttpRedirector.redirect(Context context, PUProtocolRequest protocolRequest)
          Redirect a un-secure request (http) to http or https.
static void HttpRedirector.redirect(Context context, PUProtocolRequest protocolRequest, boolean redirectToSecure)
          Redirect a un-secure request (http) to http or https.
static void HttpRedirector.redirectSSL(Context context, PUProtocolRequest protocolRequest)
          Redirect a secure request (https) to http or https.
static void HttpRedirector.redirectSSL(Context context, PUProtocolRequest protocolRequest, boolean redirectToSecure)
          Redirect a secure request (https) to http or https.
 

Uses of PUProtocolRequest in com.sun.grizzly.portunif
 

Classes in com.sun.grizzly.portunif that implement PUProtocolRequest
 class ProtocolRequestWorkerThreadAdapter
           
 

Methods in com.sun.grizzly.portunif with parameters of type PUProtocolRequest
 String ProtocolFinder.find(Context context, PUProtocolRequest protocolRequest)
          Try to determine the TCP protocol used (http, soap, etc.).
protected  ProtocolHandler PUReadFilter.getProtocolChainHandler(Context context, PUProtocolRequest protocolRequest)
          Returns filter chain ProtocolHandler, depending on current Context and PUProtocolRequest state
 boolean ProtocolHandler.handle(Context context, PUProtocolRequest protocolRequest)
          Handle the current request by either redirecting the request to a new port or by delivering the request to the proper endpoint.
 boolean FilterChainProtocolHandler.handle(Context context, PUProtocolRequest protocolRequest)
           
 void TLSPUPreProcessor.postProcess(Context context, PUProtocolRequest protocolRequest)
           
 void PUPreProcessor.postProcess(Context context, PUProtocolRequest protocolRequest)
          Method is called if no ProtocolFinder was found.
 boolean TLSPUPreProcessor.process(Context context, PUProtocolRequest protocolRequest)
          Try to initialize an SSL|TLS handshake to determine if secured connection is used
 boolean PUPreProcessor.process(Context context, PUProtocolRequest protocolRequest)
          Method performs data preprocessing, before it will be passed to ProtocolFinder collection
 boolean PUReadFilter.processProtocolHandler(ProtocolHandler protocolHandler, Context context, PUProtocolRequest protocolRequest, boolean mapSelectionKey)
           
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.