com.sun.grizzly.suspendable
Class SuspendableFilter.KeyHandler
java.lang.Object
com.sun.grizzly.suspendable.SuspendableFilter.KeyHandler
- Enclosing class:
- SuspendableFilter<T>
protected class SuspendableFilter.KeyHandler
- extends Object
Struc to keep state of the current suspended Connection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuspendableFilter.KeyHandler
protected SuspendableFilter.KeyHandler()
getKey
protected SelectionKey getKey()
setKey
protected void setKey(SelectionKey key)
getForeignKey
protected SelectionKey getForeignKey()
setForeignKey
protected void setForeignKey(SelectionKey foreignKey)
getSuspendableHandler
protected SuspendableFilter.SuspendableHandlerWrapper getSuspendableHandler()
setSuspendableHandler
protected void setSuspendableHandler(SuspendableFilter.SuspendableHandlerWrapper sh)
getThreadAttachment
protected ThreadAttachment getThreadAttachment()
setThreadAttachment
protected void setThreadAttachment(ThreadAttachment threadAttachment)
getRegistrationTime
protected long getRegistrationTime()
setRegistrationTime
protected void setRegistrationTime(long registrationTime)
Copyright © 2012 Oracle Corporation. All Rights Reserved.