|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Suspendable | |
---|---|
com.sun.grizzly.suspendable |
Uses of Suspendable in com.sun.grizzly.suspendable |
---|
Methods in com.sun.grizzly.suspendable that return Suspendable | |
---|---|
protected Suspendable |
SuspendableFilter.SuspendableHandlerWrapper.getSuspendable()
|
Suspendable |
SuspendableFilter.suspend(String match)
Suspend a connection based on a String. |
Suspendable |
SuspendableFilter.suspend(String match,
long expireTime,
T attachement,
SuspendableHandler<? extends T> sh)
Suspend a connection based on a String. |
Suspendable |
SuspendableFilter.suspend(String match,
long expireTime,
T attachement,
SuspendableHandler<? extends T> sh,
SuspendableFilter.Suspend suspendWhen)
Suspend a connection based on a String. |
Methods in com.sun.grizzly.suspendable with parameters of type Suspendable | |
---|---|
protected void |
SuspendableFilter.SuspendableHandlerWrapper.setSuspendable(Suspendable suspendable)
|
Constructors in com.sun.grizzly.suspendable with parameters of type Suspendable | |
---|---|
SuspendableFilter.SuspendableHandlerWrapper(SuspendableHandler<A> sh,
A attachment,
long expireTime,
Suspendable suspendable,
SuspendableFilter.Suspend suspendWhen)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |