|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadAttachment | |
---|---|
com.sun.grizzly.http | |
com.sun.grizzly.suspendable | |
com.sun.grizzly.tcp | |
com.sun.grizzly.util |
Uses of ThreadAttachment in com.sun.grizzly.http |
---|
Subclasses of ThreadAttachment in com.sun.grizzly.http | |
---|---|
class |
KeepAliveThreadAttachment
Add keep alive counting mechanism to the ThreadAttachment . |
Methods in com.sun.grizzly.http that return ThreadAttachment | |
---|---|
ThreadAttachment |
HttpWorkerThread.getAttachment()
|
Uses of ThreadAttachment in com.sun.grizzly.suspendable |
---|
Methods in com.sun.grizzly.suspendable that return ThreadAttachment | |
---|---|
protected ThreadAttachment |
SuspendableFilter.KeyHandler.getThreadAttachment()
|
Methods in com.sun.grizzly.suspendable with parameters of type ThreadAttachment | |
---|---|
protected void |
SuspendableFilter.KeyHandler.setThreadAttachment(ThreadAttachment threadAttachment)
|
Uses of ThreadAttachment in com.sun.grizzly.tcp |
---|
Fields in com.sun.grizzly.tcp declared as ThreadAttachment | |
---|---|
protected ThreadAttachment |
Response.ResponseAttachment.threadAttachment
|
Uses of ThreadAttachment in com.sun.grizzly.util |
---|
Fields in com.sun.grizzly.util declared as ThreadAttachment | |
---|---|
protected ThreadAttachment |
WorkerThreadImpl.threadAttachment
The state/attributes on this WorkerThread. |
Methods in com.sun.grizzly.util that return ThreadAttachment | |
---|---|
abstract ThreadAttachment |
WorkerThread.detach()
Detach the current set of attributes (state) associated with this instance. |
ThreadAttachment |
WorkerThreadImpl.detach()
|
abstract ThreadAttachment |
WorkerThread.getAttachment()
Get the current set of attributes (state) associated with this instance. |
ThreadAttachment |
WorkerThreadImpl.getAttachment()
|
abstract ThreadAttachment |
WorkerThread.updateAttachment(int mode)
Updates Thread associated attachment according to the passed mode. |
ThreadAttachment |
WorkerThreadImpl.updateAttachment(int mode)
|
Methods in com.sun.grizzly.util with parameters of type ThreadAttachment | |
---|---|
abstract void |
WorkerThread.attach(ThreadAttachment threadAttachment)
Attach the ThreadAttachment to this instance. |
void |
WorkerThreadImpl.attach(ThreadAttachment threadAttachment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |