Uses of Class
com.sun.enterprise.web.portunif.util.ProtocolInfo

Packages that use ProtocolInfo
com.sun.enterprise.web.portunif   
com.sun.enterprise.web.portunif.util   
 

Uses of ProtocolInfo in com.sun.enterprise.web.portunif
 

Methods in com.sun.enterprise.web.portunif with parameters of type ProtocolInfo
 void HttpProtocolFinder.find(ProtocolInfo protocolInfo)
          Try to find if the current connection is using the HTTP protocol.
 void ProtocolFinder.find(ProtocolInfo protocolInfo)
          Try to determine the TCP protocol used (http, soap, etc.).
 void TlsProtocolFinder.find(ProtocolInfo protocolInfo)
          Try to initialize an SSL|TLS handshake to determine if https
 void HttpProtocolHandler.handle(ProtocolInfo protocolInfo)
          Redirect the request to the protocol defined in the protocolInfo.
 void ProtocolHandler.handle(ProtocolInfo protocolInfo)
          Handle the current request by either redirecting the request to a new port or by delivering the request to the proper endpoint.
 

Uses of ProtocolInfo in com.sun.enterprise.web.portunif.util
 

Methods in com.sun.enterprise.web.portunif.util with parameters of type ProtocolInfo
 void Redirector.redirect(ProtocolInfo protocolInfo)
          Redirect a un-secure request (http) to http or https.
 void Redirector.redirectSSL(ProtocolInfo protocolInfo)
          Redirect a secure request (https) to http or https.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.