org.glassfish.grizzly.portunif
Class PUContext

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

public class PUContext
extends java.lang.Object

Protocol discovering context, passed to the ProtocolFinder.

Author:
Alexey Stashok

Constructor Summary
PUContext(PUFilter filter)
           
 
Method Summary
 boolean isSticky()
           
 boolean noProtocolsFound()
           
 void setSticky(boolean isSticky)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PUContext

public PUContext(PUFilter filter)
Method Detail

isSticky

public boolean isSticky()

setSticky

public void setSticky(boolean isSticky)

noProtocolsFound

public boolean noProtocolsFound()


Copyright © 2011 Oracle Corpration. All Rights Reserved.