Uses of Interface
com.sun.enterprise.web.portunif.ProtocolHandler

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

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

Classes in com.sun.enterprise.web.portunif that implement ProtocolHandler
 class HttpProtocolHandler
          Redirect the request to the proper protocol, which can be http or https.
 

Methods in com.sun.enterprise.web.portunif with parameters of type ProtocolHandler
 void PortUnificationPipeline.addProtocolHandler(ProtocolHandler protocolHandler)
          Add an instance of ProtocolHandler
 void PortUnificationPipeline.removeProtocolHandler(ProtocolHandler protocolHandler)
          Remove a ProtocolHandler
 

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

Fields in com.sun.enterprise.web.portunif.util with type parameters of type ProtocolHandler
 Map<SelectionKey,ProtocolHandler> ProtocolInfo.mappedProtocols
           
 



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