Uses of Class
com.gurock.smartinspect.protocols.ProtocolException
-
Packages that use ProtocolException Package Description com.gurock.smartinspect.protocols com.gurock.smartinspect.protocols.cloud -
-
Uses of ProtocolException in com.gurock.smartinspect.protocols
Methods in com.gurock.smartinspect.protocols that throw ProtocolException Modifier and Type Method Description voidProtocol. connect()Connects to the protocol destination.voidProtocol. disconnect()Disconnects from the protocol destination.voidProtocol. dispatch(ProtocolCommand command)Dispatches a custom action to a concrete implementation of a protocol.voidProtocol. dispose()Disconnects from the protocol destination.protected voidProtocol. handleException(String message)Handles a protocol exception.voidProtocol. implConnect()voidProtocol. implDisconnect()voidProtocol. implDispatch(ProtocolCommand command)voidProtocol. implWritePacket(Packet packet)voidProtocol. writePacket(Packet packet)Writes a packet to the protocol specific destination. -
Uses of ProtocolException in com.gurock.smartinspect.protocols.cloud
Methods in com.gurock.smartinspect.protocols.cloud that throw ProtocolException Modifier and Type Method Description voidCloudProtocol. connect()voidCloudProtocol. disconnect()voidCloudProtocol. writePacket(Packet packet)
-