Uses of Class
com.gurock.smartinspect.packets.PacketType
-
-
Uses of PacketType in com.gurock.smartinspect.packets
Fields in com.gurock.smartinspect.packets declared as PacketType Modifier and Type Field Description static PacketTypePacketType. ChunkIdentifies a packet as Chunk.static PacketTypePacketType. ControlCommandIdentifies a packet as Control Command.static PacketTypePacketType. LogEntryIdentifies a packet as Log Entry.static PacketTypePacketType. LogHeaderIdentifies a packet as Log Header.static PacketTypePacketType. ProcessFlowIdentifies a packet as Process Flow entry.static PacketTypePacketType. WatchIdentifies a packet as Watch.Methods in com.gurock.smartinspect.packets that return PacketType Modifier and Type Method Description PacketTypeLogHeader. getPacketType()Overridden.abstract PacketTypePacket. getPacketType()Intended to return the type of the packet. -
Uses of PacketType in com.gurock.smartinspect.packets.controlcommand
Methods in com.gurock.smartinspect.packets.controlcommand that return PacketType Modifier and Type Method Description PacketTypeControlCommand. getPacketType()Overridden. -
Uses of PacketType in com.gurock.smartinspect.packets.logentry
Methods in com.gurock.smartinspect.packets.logentry that return PacketType Modifier and Type Method Description PacketTypeLogEntry. getPacketType()Overridden. -
Uses of PacketType in com.gurock.smartinspect.packets.processflow
Methods in com.gurock.smartinspect.packets.processflow that return PacketType Modifier and Type Method Description PacketTypeProcessFlow. getPacketType()Overridden. -
Uses of PacketType in com.gurock.smartinspect.packets.watch
Methods in com.gurock.smartinspect.packets.watch that return PacketType Modifier and Type Method Description PacketTypeWatch. getPacketType()Overridden. -
Uses of PacketType in com.gurock.smartinspect.protocols.cloud
Methods in com.gurock.smartinspect.protocols.cloud that return PacketType Modifier and Type Method Description PacketTypeChunk. getPacketType()
-