|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Processor<S>
Common interface for processors of all protocols.
Method Summary | |
---|---|
AbstractEndpoint.Handler.SocketState |
asyncDispatch(SocketStatus status)
|
AbstractEndpoint.Handler.SocketState |
asyncPostProcess()
|
AbstractEndpoint.Handler.SocketState |
event(SocketStatus status)
|
Executor |
getExecutor()
|
HttpUpgradeHandler |
getHttpUpgradeHandler()
|
Request |
getRequest()
|
UpgradeInbound |
getUpgradeInbound()
Deprecated. Will be removed in Tomcat 8.0.x. |
boolean |
isAsync()
|
boolean |
isComet()
|
boolean |
isUpgrade()
|
AbstractEndpoint.Handler.SocketState |
process(SocketWrapper<S> socketWrapper)
|
void |
recycle(boolean socketClosing)
|
void |
setSslSupport(SSLSupport sslSupport)
|
AbstractEndpoint.Handler.SocketState |
upgradeDispatch()
Deprecated. Will be removed in Tomcat 8.0.x. |
AbstractEndpoint.Handler.SocketState |
upgradeDispatch(SocketStatus status)
|
Method Detail |
---|
Executor getExecutor()
AbstractEndpoint.Handler.SocketState process(SocketWrapper<S> socketWrapper) throws IOException
IOException
AbstractEndpoint.Handler.SocketState event(SocketStatus status) throws IOException
IOException
AbstractEndpoint.Handler.SocketState asyncDispatch(SocketStatus status)
AbstractEndpoint.Handler.SocketState asyncPostProcess()
@Deprecated UpgradeInbound getUpgradeInbound()
@Deprecated AbstractEndpoint.Handler.SocketState upgradeDispatch() throws IOException
IOException
HttpUpgradeHandler getHttpUpgradeHandler()
AbstractEndpoint.Handler.SocketState upgradeDispatch(SocketStatus status) throws IOException
IOException
boolean isComet()
boolean isAsync()
boolean isUpgrade()
Request getRequest()
void recycle(boolean socketClosing)
void setSslSupport(SSLSupport sslSupport)
|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |