Uses of Interface
com.swiftmq.swiftlet.net.InboundHandler
Packages that use InboundHandler
-
Uses of InboundHandler in com.swiftmq.swiftlet.net
Methods in com.swiftmq.swiftlet.net that return InboundHandlerModifier and TypeMethodDescriptionConnection.getInboundHandler()
Returns the connection inbound handler.Methods in com.swiftmq.swiftlet.net with parameters of type InboundHandlerModifier and TypeMethodDescriptionvoid
Connection.setInboundHandler
(InboundHandler inboundHandler) Set the connection inbound handler.