org.glassfish.grizzly.portunif
Class PUProtocol

java.lang.Object
  extended by org.glassfish.grizzly.portunif.PUProtocol

public class PUProtocol
extends Object

The wrapper class, which holds protocol finder and correspondent protocol, represented by FilterChain.

Author:
Alexey Stashok

Constructor Summary
PUProtocol(ProtocolFinder finder, FilterChain processor)
           
 
Method Summary
 FilterChain getFilterChain()
           
 ProtocolFinder getProtocolFinder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PUProtocol

public PUProtocol(ProtocolFinder finder,
                  FilterChain processor)
Method Detail

getProtocolFinder

public ProtocolFinder getProtocolFinder()

getFilterChain

public FilterChain getFilterChain()


Copyright © 2012 Oracle Corporation. All Rights Reserved.