Uses of Class
com.gurock.smartinspect.packets.Packet
-
-
Uses of Packet in com.gurock.smartinspect
Methods in com.gurock.smartinspect that return Packet Modifier and Type Method Description PacketFilterEvent. getPacket()Returns the packet which caused the event.Methods in com.gurock.smartinspect with parameters of type Packet Modifier and Type Method Description protected booleanSmartInspect. doFilter(Packet packet)Invokes the Filter event handlers and determines if the supplied packet should be sent or not.Constructors in com.gurock.smartinspect with parameters of type Packet Constructor Description FilterEvent(Object source, Packet packet)Creates and initializes a FilterEvent instance. -
Uses of Packet in com.gurock.smartinspect.formatters
Methods in com.gurock.smartinspect.formatters with parameters of type Packet Modifier and Type Method Description intBinaryFormatter. compile(Packet packet)Overridden.abstract intFormatter. compile(Packet packet)Preprocesses (or compiles) a packet and returns the required size for the compiled result.intTextFormatter. compile(Packet packet)Overridden.voidFormatter. format(Packet packet, OutputStream stream)Compiles a packet and writes it to a stream. -
Uses of Packet in com.gurock.smartinspect.packets
Subclasses of Packet in com.gurock.smartinspect.packets Modifier and Type Class Description classLogHeaderRepresents the Log Header packet type which is used for storing and transferring log metadata.Methods in com.gurock.smartinspect.packets that return Packet Modifier and Type Method Description PacketPacketQueue. pop()Returns a packet and removes it from the queue.Methods in com.gurock.smartinspect.packets with parameters of type Packet Modifier and Type Method Description voidPacketQueue. push(Packet packet)Adds a new packet to the queue. -
Uses of Packet in com.gurock.smartinspect.packets.controlcommand
Subclasses of Packet in com.gurock.smartinspect.packets.controlcommand Modifier and Type Class Description classControlCommandRepresents the Control Command packet type which is used for administrative tasks like resetting or clearing the Console. -
Uses of Packet in com.gurock.smartinspect.packets.logentry
Subclasses of Packet in com.gurock.smartinspect.packets.logentry Modifier and Type Class Description classLogEntryRepresents the Log Entry packet type which is used for nearly all logging methods in the Session class. -
Uses of Packet in com.gurock.smartinspect.packets.processflow
Subclasses of Packet in com.gurock.smartinspect.packets.processflow Modifier and Type Class Description classProcessFlowRepresents the Process Flow packet type which is used in the enter/leave methods in the Session class. -
Uses of Packet in com.gurock.smartinspect.packets.watch
Subclasses of Packet in com.gurock.smartinspect.packets.watch Modifier and Type Class Description classWatchRepresents the Watch packet type which is used in the watch methods in the Session classes. -
Uses of Packet in com.gurock.smartinspect.protocols
Methods in com.gurock.smartinspect.protocols with parameters of type Packet Modifier and Type Method Description voidProtocol. implWritePacket(Packet packet)protected voidFileProtocol. internalWritePacket(Packet packet)Overridden.protected voidMemoryProtocol. internalWritePacket(Packet packet)Overridden.protected abstract voidProtocol. internalWritePacket(Packet packet)Writes a packet to the protocol destination.protected voidTcpProtocol. internalWritePacket(Packet packet)Overridden.voidProtocol. scheduleWritePacket(Packet packet, SchedulerQueue.QueueEnd insertTo)voidProtocol. writePacket(Packet packet)Writes a packet to the protocol specific destination. -
Uses of Packet in com.gurock.smartinspect.protocols.cloud
Subclasses of Packet in com.gurock.smartinspect.protocols.cloud Modifier and Type Class Description classChunkMethods in com.gurock.smartinspect.protocols.cloud with parameters of type Packet Modifier and Type Method Description voidChunk. compilePacket(Packet packet)Compile but don't add to the chunk yet.protected voidCloudProtocol. internalWritePacket(Packet packet)voidCloudProtocol. writePacket(Packet packet) -
Uses of Packet in com.gurock.smartinspect.protocols.pipe
Methods in com.gurock.smartinspect.protocols.pipe with parameters of type Packet Modifier and Type Method Description protected voidPipeProtocol. internalWritePacket(Packet packet)Overridden.
-