|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.TCPSelectorHandler
com.sun.grizzly.SSLSelectorHandler
com.sun.grizzly.ssl.SSLSelectorThreadHandler
public class SSLSelectorThreadHandler
SelectorHandler
implementation SelectorThread
passes to Controller
. It is very similar to
TCPSelectorHandler
, however has some difference in preSelect()
processing
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.grizzly.TCPSelectorHandler |
---|
TCPSelectorHandler.ConnectChannelOperation, TCPSelectorHandler.RegisterChannelOperation, TCPSelectorHandler.RegisterKeyOperation, TCPSelectorHandler.RunnableOperation, TCPSelectorHandler.SelectionKeyCancelOperation |
Field Summary |
---|
Fields inherited from class com.sun.grizzly.TCPSelectorHandler |
---|
asyncQueueReader, asyncQueueWriter, attributes, connectorInstanceHandler, inet, instanceHandler, isKeepAlive, isShutDown, linger, logger, portRange, postponedTasks, receiveBufferSize, reuseAddress, role, selectionKeyHandler, selector, selectorHandlerTasks, selectTimeout, sendBufferSize, serverSocket, serverSocketChannel, serverTimeout, socketTimeout, ssBackLog, stateHolder, tcpNoDelay, threadPool |
Constructor Summary | |
---|---|
SSLSelectorThreadHandler()
|
|
SSLSelectorThreadHandler(SelectorThread selectorThread)
|
Method Summary | |
---|---|
void |
copyTo(Copyable copy)
Copies current object content to copy object |
SelectorThread |
getSelectorThread()
|
void |
setSelectorThread(SelectorThread selectorThread)
|
Methods inherited from class com.sun.grizzly.SSLSelectorHandler |
---|
getConnectorInstanceHandlerDelegate, protocol |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.grizzly.util.AttributeHolder |
---|
getAttribute, getAttributes, removeAttribute, setAttribute, setAttributes |
Methods inherited from interface com.sun.grizzly.util.SupportStateHolder |
---|
getStateHolder |
Methods inherited from interface com.sun.grizzly.tcp.PendingIOhandler |
---|
addPendingIO, addPendingKeyCancel |
Constructor Detail |
---|
public SSLSelectorThreadHandler()
public SSLSelectorThreadHandler(SelectorThread selectorThread)
Method Detail |
---|
public void copyTo(Copyable copy)
Copyable
copyTo
in interface Copyable
copyTo
in class TCPSelectorHandler
copy
- represents target object, where current object's content will be copiedpublic SelectorThread getSelectorThread()
getSelectorThread
in interface HttpSelectorHandler
public void setSelectorThread(SelectorThread selectorThread)
setSelectorThread
in interface HttpSelectorHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |