public class WebSocketProxyConnectionHandler extends WebSocketConnectionHandler
| Constructor and Description |
|---|
WebSocketProxyConnectionHandler(AmqpConnection amqpConnection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addTransportLayers(org.apache.qpid.proton.engine.Event event,
org.apache.qpid.proton.engine.impl.TransportInternal transport) |
String |
getRemoteHostName()
HostName to be used for socket creation.
|
int |
getRemotePort()
port used to create socket.
|
protected void |
notifyTransportErrors(org.apache.qpid.proton.engine.Event event) |
static Boolean |
shouldUseProxy(String hostName) |
getMaxFrameSize, getProtocolPortgetAmqpConnection, onConnectionBound, onConnectionFinal, onConnectionInit, onConnectionLocalClose, onConnectionLocalOpen, onConnectionRemoteClose, onConnectionRemoteOpen, onConnectionUnbound, onTransportClosed, onTransportErroradd, children, getHandler, getHandler, handle, onDelivery, onLinkFinal, onLinkFlow, onLinkInit, onLinkLocalClose, onLinkLocalDetach, onLinkLocalOpen, onLinkRemoteClose, onLinkRemoteDetach, onLinkRemoteOpen, onReactorFinal, onReactorInit, onReactorQuiesced, onSelectableError, onSelectableExpired, onSelectableFinal, onSelectableInit, onSelectableReadable, onSelectableUpdated, onSelectableWritable, onSessionFinal, onSessionInit, onSessionLocalClose, onSessionLocalOpen, onSessionRemoteClose, onSessionRemoteOpen, onTimerTask, onTransport, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandlerpublic WebSocketProxyConnectionHandler(AmqpConnection amqpConnection)
protected void addTransportLayers(org.apache.qpid.proton.engine.Event event,
org.apache.qpid.proton.engine.impl.TransportInternal transport)
addTransportLayers in class WebSocketConnectionHandlerprotected void notifyTransportErrors(org.apache.qpid.proton.engine.Event event)
notifyTransportErrors in class ConnectionHandlerpublic String getRemoteHostName()
ConnectionHandlergetRemoteHostName in class ConnectionHandlerpublic int getRemotePort()
ConnectionHandlergetRemotePort in class ConnectionHandlerCopyright © 2019. All rights reserved.