Uses of Class
com.gurock.smartinspect.protocols.ProtocolCommand
-
Packages that use ProtocolCommand Package Description com.gurock.smartinspect.protocols -
-
Uses of ProtocolCommand in com.gurock.smartinspect.protocols
Methods in com.gurock.smartinspect.protocols with parameters of type ProtocolCommand Modifier and Type Method Description voidProtocol. dispatch(ProtocolCommand command)Dispatches a custom action to a concrete implementation of a protocol.voidProtocol. implDispatch(ProtocolCommand command)protected voidMemoryProtocol. internalDispatch(ProtocolCommand command)Overrides and implements a custom action for saving the current queue of packets of this memory protocol to a stream or protocol object.protected voidProtocol. internalDispatch(ProtocolCommand command)Executes a protocol specific custom action.
-