Class WebSocketConnectionHandler
- java.lang.Object
-
- org.apache.qpid.proton.engine.BaseHandler
-
- com.microsoft.azure.servicebus.amqp.ConnectionHandler
-
- com.microsoft.azure.servicebus.amqp.WebSocketConnectionHandler
-
- All Implemented Interfaces:
org.apache.qpid.proton.engine.CoreHandler
,org.apache.qpid.proton.engine.Handler
- Direct Known Subclasses:
ProxyConnectionHandler
public class WebSocketConnectionHandler extends ConnectionHandler
-
-
Field Summary
-
Fields inherited from class com.microsoft.azure.servicebus.amqp.ConnectionHandler
messagingFactory
-
-
Constructor Summary
Constructors Constructor Description WebSocketConnectionHandler(IAmqpConnection messagingFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTransportLayers(org.apache.qpid.proton.engine.Event event, org.apache.qpid.proton.engine.impl.TransportInternal transport)
int
getMaxFrameSize()
int
getProtocolPort()
-
Methods inherited from class com.microsoft.azure.servicebus.amqp.ConnectionHandler
create, getMessagingFactory, getOutboundSocketHostName, getOutboundSocketPort, notifyTransportErrors, onConnectionBound, onConnectionFinal, onConnectionInit, onConnectionLocalClose, onConnectionRemoteClose, onConnectionRemoteOpen, onTransportError
-
Methods inherited from class org.apache.qpid.proton.engine.BaseHandler
add, children, getHandler, getHandler, handle, onConnectionLocalOpen, onConnectionUnbound, 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, onTransportClosed, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandler
-
-
-
-
Constructor Detail
-
WebSocketConnectionHandler
public WebSocketConnectionHandler(IAmqpConnection messagingFactory)
-
-
Method Detail
-
addTransportLayers
public void addTransportLayers(org.apache.qpid.proton.engine.Event event, org.apache.qpid.proton.engine.impl.TransportInternal transport)
- Overrides:
addTransportLayers
in classConnectionHandler
-
getProtocolPort
public int getProtocolPort()
- Overrides:
getProtocolPort
in classConnectionHandler
-
getMaxFrameSize
public int getMaxFrameSize()
- Overrides:
getMaxFrameSize
in classConnectionHandler
-
-