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

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

Uses of PUPreProcessor in com.sun.grizzly.http
 

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

Uses of PUPreProcessor in com.sun.grizzly.portunif
 

Classes in com.sun.grizzly.portunif that implement PUPreProcessor
 class TLSPUPreProcessor
          PUPreProcessor that will first try to execute an handshake.
 

Methods in com.sun.grizzly.portunif with parameters of type PUPreProcessor
 void PUReadFilter.addPreProcessor(PUPreProcessor preProcessor)
          Add PUPreProcessor to preprocess income request
 void PUReadFilter.removePreProcessor(PUPreProcessor preProcessor)
          Remove PUPreProcessor from preprocess queue
 

Method parameters in com.sun.grizzly.portunif with type arguments of type PUPreProcessor
 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.