|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuspendableFilter.Suspend | |
---|---|
com.sun.grizzly.suspendable |
Uses of SuspendableFilter.Suspend in com.sun.grizzly.suspendable |
---|
Methods in com.sun.grizzly.suspendable that return SuspendableFilter.Suspend | |
---|---|
protected SuspendableFilter.Suspend |
SuspendableFilter.SuspendableHandlerWrapper.getSuspendWhen()
|
static SuspendableFilter.Suspend |
SuspendableFilter.Suspend.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SuspendableFilter.Suspend[] |
SuspendableFilter.Suspend.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sun.grizzly.suspendable with parameters of type SuspendableFilter.Suspend | |
---|---|
protected void |
SuspendableFilter.SuspendableHandlerWrapper.setSuspendWhen(SuspendableFilter.Suspend suspendWhen)
|
Suspendable |
SuspendableFilter.suspend(String match,
long expireTime,
T attachement,
SuspendableHandler<? extends T> sh,
SuspendableFilter.Suspend suspendWhen)
Suspend a connection based on a String. |
Constructors in com.sun.grizzly.suspendable with parameters of type SuspendableFilter.Suspend | |
---|---|
SuspendableFilter.SuspendableHandlerWrapper(SuspendableHandler<A> sh,
A attachment,
long expireTime,
Suspendable suspendable,
SuspendableFilter.Suspend suspendWhen)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |