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

Packages that use ProtocolFinder
com.sun.enterprise.web.portunif   
 

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

Classes in com.sun.enterprise.web.portunif that implement ProtocolFinder
 class HttpProtocolFinder
          A ProtocolFinder implementation that parse the available SocketChannel bytes looking for the 'http' bytes.
 class TlsProtocolFinder
          ProtocolFinder that will first try to execute an handshake.
 

Methods in com.sun.enterprise.web.portunif with parameters of type ProtocolFinder
 void PortUnificationPipeline.addProtocolFinder(ProtocolFinder protocolFinder)
          Add an instance of ProtocolFinder
 void PortUnificationPipeline.removeProtocolFinder(ProtocolFinder protocolFinder)
          Remove a ProtocolFinder
 



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