Uses of Class
org.glassfish.grizzly.portunif.PUProtocol

Packages that use PUProtocol
org.glassfish.grizzly.portunif   
 

Uses of PUProtocol in org.glassfish.grizzly.portunif
 

Methods in org.glassfish.grizzly.portunif that return PUProtocol
 PUProtocol PUFilter.register(ProtocolFinder protocolFinder, FilterChain filterChain)
          Registers new ProtocolFinder - FilterChain pair, which defines the protocol.
 

Methods in org.glassfish.grizzly.portunif that return types with arguments of type PUProtocol
 java.util.Set<PUProtocol> PUFilter.getProtocols()
          Get registered port unification protocols - PUProtocols.
 

Methods in org.glassfish.grizzly.portunif with parameters of type PUProtocol
 void PUFilter.deregister(PUProtocol puProtocol)
          Deregisters the PUProtocol.
 void PUFilter.register(PUProtocol puProtocol)
          Registers new PUProtocol.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.