com.sun.grizzly.http
Interface HttpSelectorHandler

All Superinterfaces:
AttributeHolder, Copyable, Handler, PendingIOhandler, SelectorHandler, SupportStateHolder<State>
All Known Implementing Classes:
SelectorThreadHandler, SSLSelectorThreadHandler

public interface HttpSelectorHandler
extends SelectorHandler

General HTTP SelectorHandler interface

Author:
Alexey Stashok

Method Summary
 SelectorThread getSelectorThread()
           
 void setSelectorThread(SelectorThread selectorThread)
           
 
Methods inherited from interface com.sun.grizzly.SelectorHandler
acceptWithoutRegistration, acquireConnectorHandler, closeChannel, configureChannel, getAsyncQueueReader, getAsyncQueueWriter, getPreferredSelectionKeyHandler, getProtocolChainInstanceHandler, getSelectionKeyHandler, getSelector, getThreadPool, isOpen, keyFor, keys, onAcceptInterest, onConnectInterest, onReadInterest, onWriteInterest, pause, postSelect, preSelect, protocol, register, register, register, releaseConnectorHandler, resume, select, setProtocolChainInstanceHandler, setSelectionKeyHandler, setSelector, setThreadPool, shutdown
 
Methods inherited from interface com.sun.grizzly.util.Copyable
copyTo
 
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
 

Method Detail

setSelectorThread

void setSelectorThread(SelectorThread selectorThread)

getSelectorThread

SelectorThread getSelectorThread()


Copyright © 2012 Oracle Corporation. All Rights Reserved.