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

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

Uses of ProtocolFinder in com.sun.grizzly.http
 

Method parameters in com.sun.grizzly.http with type arguments of type ProtocolFinder
 void SelectorThread.configurePortUnification(List<ProtocolFinder> protocolFinders, List<ProtocolHandler> protocolHandlers, List<PUPreProcessor> preProcessors)
          Configures port unification depending on passed Lists
 

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

Classes in com.sun.grizzly.http.portunif that implement ProtocolFinder
 class HttpProtocolFinder
          A ProtocolFinder implementation that parse the available SocketChannel bytes looking for the 'http' bytes.
 

Uses of ProtocolFinder in com.sun.grizzly.portunif
 

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

Method parameters in com.sun.grizzly.portunif with type arguments of type ProtocolFinder
 void PUReadFilter.configure(List<ProtocolFinder> protocolFinders, List<ProtocolHandler> protocolHandlers, List<PUPreProcessor> preProcessors)
          Configures port unification depending on passed Lists
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.