public class SpdyProxyProtocol.TomcatJioHandler extends Object implements JIoEndpoint.Handler
AbstractEndpoint.Handler.SocketState
Constructor and Description |
---|
SpdyProxyProtocol.TomcatJioHandler() |
Modifier and Type | Method and Description |
---|---|
void |
beforeHandshake(SocketWrapper<Socket> socket) |
Object |
getGlobal()
Obtain the GlobalRequestProcessor associated with the handler.
|
SSLImplementation |
getSslImplementation() |
AbstractEndpoint.Handler.SocketState |
process(SocketWrapper<Socket> socket,
SocketStatus status) |
void |
recycle()
Recycle resources associated with the handler.
|
public Object getGlobal()
AbstractEndpoint.Handler
getGlobal
in interface AbstractEndpoint.Handler
public void recycle()
AbstractEndpoint.Handler
recycle
in interface AbstractEndpoint.Handler
public AbstractEndpoint.Handler.SocketState process(SocketWrapper<Socket> socket, SocketStatus status)
process
in interface JIoEndpoint.Handler
public SSLImplementation getSslImplementation()
getSslImplementation
in interface JIoEndpoint.Handler
public void beforeHandshake(SocketWrapper<Socket> socket)
beforeHandshake
in interface JIoEndpoint.Handler
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.