|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
kind of an NPL element.Captures factory class.
Captures factory class.
Packet.getHeader(Class) method, but
faster.
Iterator which can iterate over all
the packets of this capture session.
Properties object.
FormatType.Other.next() call.
FormatType.Other.
Language specified.Appendable output.PacketInputStream deserializes Packet objects
into DeserializedPacket objects previously written using a
PacketOutputStream.Capture.isMutable()) to add, insert, swap and remove packets from the
underlying packet dataset of the capture session.PacketOutputStream writes
CapturePacket objects to an OutputStream.- PacketOutputStream() -
Constructor for class org.jnetstream.capture.PacketOutputStream
-
Provide a way for subclasses that are completely reimplementing
CapturePacketOutputStream to not have to allocate private data just used by
this implementation of CaptureOutputOutputStream.
- PacketOutputStream(OutputStream) -
Constructor for class org.jnetstream.capture.PacketOutputStream
- Creates a new capture output stream bound to the supplied output stream.
- PacketPrintStream - Class in org.jnetstream.packet
-
- PacketPrintStream(OutputStream) -
Constructor for class org.jnetstream.packet.PacketPrintStream
-
- PacketPrintStream(String) -
Constructor for class org.jnetstream.packet.PacketPrintStream
-
- PacketPrintStream(File) -
Constructor for class org.jnetstream.packet.PacketPrintStream
-
- PacketPrintStream(OutputStream, boolean) -
Constructor for class org.jnetstream.packet.PacketPrintStream
-
- PacketPrintStream(String, String) -
Constructor for class org.jnetstream.packet.PacketPrintStream
-
- PacketPrintStream(File, String) -
Constructor for class org.jnetstream.packet.PacketPrintStream
-
- PacketPrintStream(OutputStream, boolean, String) -
Constructor for class org.jnetstream.packet.PacketPrintStream
-
- PacketRuntime - Interface in org.jnetstream.protocol.codec
- Special interface which allows a packet codec to build a new packet.
- PacketTemplate - Interface in org.jnetstream.packet
-
Interface which allows a packet to be configured and initialized once and
then reused as a template to initialize efficiently other packets.
- PADDING_BOUNDARY -
Static variable in class org.jnetstream.capture.file.nap.NAPModel
- Default padding boundary.
- pattern -
Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
-
- pattern -
Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
- Defines a search pattern for SNOOP packet record header.
- PcapBlockRecord - Interface in org.jnetstream.capture.file.pcap
- Pcap Block Record (file header).
- PcapBlockRecord.PcapBlockHeader - Enum in org.jnetstream.capture.file.pcap
- Defines the static header of a block pcap record.
- PcapDataEncapsulation - Class in org.jnetstream.capture.file.pcap
- Pcap file DLT value map.
- PcapDataEncapsulation() -
Constructor for class org.jnetstream.capture.file.pcap.PcapDataEncapsulation
-
- PcapDebugFilter - Class in org.jnetstream.filter.bpf
-
- PcapDebugFilter(String, FilterTarget) -
Constructor for class org.jnetstream.filter.bpf.PcapDebugFilter
-
- PcapDLT - Enum in org.jnetstream.capture.file.pcap
- Pcap data link type that specified the type of the first protocol found
within the packet's content buffer.
- PcapFile - Interface in org.jnetstream.capture.file.pcap
- PCAP file format from tcpdump.org folks.
- PcapFilter - Class in org.jnetstream.filter.bpf
-
- PcapFilter(String) -
Constructor for class org.jnetstream.filter.bpf.PcapFilter
-
- PcapFormat - Interface in org.jnetstream.capture.file.pcap
- PCAP file format from tcpdump.org folks.
- PcapInput - Interface in org.jnetstream.capture.file.pcap
- A stream formatted to comform to Pcap file format.
- PcapModifier - Interface in org.jnetstream.capture.file.pcap
- Extends the more generic FileModifier that only has capability to remove
records from a capture file, and supplied methods to create and add new
records to existing file.
- PcapOutput - Interface in org.jnetstream.capture.file.pcap
-
- PcapPacket - Interface in org.jnetstream.capture.file.pcap
-
- PcapPacketRecord - Interface in org.jnetstream.capture.file.pcap
-
- PcapPacketRecord.PcapPacketHeader - Enum in org.jnetstream.capture.file.pcap
-
- PcapRecord - Interface in org.jnetstream.capture.file.pcap
-
- PCAPRecordType - Enum in org.jnetstream.capture.file.pcap
-
- print(Packet) -
Method in class org.jnetstream.packet.PacketPrintStream
-
- prioritiseBindings() -
Method in class org.jnetstream.protocol.NullProtocol
-
- prioritiseBindings() -
Method in interface org.jnetstream.protocol.ProtocolInfo
- Forces the protocol to reprioritize its bindings.
- processAddPacket(Capture, Packet) -
Method in interface org.jnetstream.packet.PacketListener
- A new packet has been added or inserted.
- processCloseCapture(Captures.Factory, Capture<?>) -
Method in interface org.jnetstream.capture.CaptureListener
- Notifies that an existing capture session has been closed and is no longer active.
- processOpenCapture(Captures.Factory, Capture<?>) -
Method in interface org.jnetstream.capture.CaptureListener
- Notifies that a new capture session has been opened.
- processPacketChange(Capture, Packet) -
Method in interface org.jnetstream.packet.PacketListener
- Notifies that the packet data buffer has been changed, and possibly
the internal structure of the packet has been altered as a result.
- processReadPacket(Capture, Packet) -
Method in interface org.jnetstream.packet.PacketListener
- Notifies the listener that new packet has been captured or read
from a file.
- processRemovePacket(Capture, Packet) -
Method in interface org.jnetstream.packet.PacketListener
- A packet has been deleted from the capture session, i.e.
- processWritePacket(Capture, Packet) -
Method in interface org.jnetstream.packet.PacketListener
- Notifies the listener that a new packet has been written to a
capture session, either a file or possibly the raw network.
- PROPERTY_INPUTCAPTURE_OTHER_FACTORY -
Static variable in interface org.jnetstream.capture.InputCapture
- Name of the system property used used in loading
FormatType.Other file formats.
- PROPERTY_JAVA_CLASS_PATH -
Static variable in interface org.jnetstream.protocol.ProtocolLoader
-
- PROPERTY_NPL_PROTOCOL_PATH -
Static variable in interface org.jnetstream.protocol.ProtocolLoader
-
- Protocol - Interface in org.jnetstream.protocol
- Contains basic information about a protocol such as a unique ID that is only
valid in single VM and single instance, name of the protocol.
- Protocol.Builtin - Enum in org.jnetstream.protocol
- A list of builtin protocols, used for testing and other purposes
- ProtocolBinding - Interface in org.jnetstream.protocol
-
Protocol binding is a link/binding between two different protocols.
- ProtocolBindingException - Exception in org.jnetstream.protocol
- An error occured during loading, unloading or discovery
of a protocol binding.
- ProtocolBindingException() -
Constructor for exception org.jnetstream.protocol.ProtocolBindingException
-
- ProtocolBindingException(String) -
Constructor for exception org.jnetstream.protocol.ProtocolBindingException
-
- ProtocolBindingException(String, Throwable) -
Constructor for exception org.jnetstream.protocol.ProtocolBindingException
-
- ProtocolBindingException(Throwable) -
Constructor for exception org.jnetstream.protocol.ProtocolBindingException
-
- ProtocolDeclarationException - Exception in org.jnetstream.protocol
- Protocol contains valid NPL syntax, but declaration is
in corrent in the corresponding circumstance.
- ProtocolDeclarationException() -
Constructor for exception org.jnetstream.protocol.ProtocolDeclarationException
-
- ProtocolDeclarationException(String) -
Constructor for exception org.jnetstream.protocol.ProtocolDeclarationException
-
- ProtocolDeclarationException(String, Throwable) -
Constructor for exception org.jnetstream.protocol.ProtocolDeclarationException
-
- ProtocolDeclarationException(Throwable) -
Constructor for exception org.jnetstream.protocol.ProtocolDeclarationException
-
- ProtocolEntry - Interface in org.jnetstream.protocol
-
- ProtocolException - Exception in org.jnetstream.protocol
-
- ProtocolException(String) -
Constructor for exception org.jnetstream.protocol.ProtocolException
-
- ProtocolException() -
Constructor for exception org.jnetstream.protocol.ProtocolException
-
- ProtocolException(String, Throwable) -
Constructor for exception org.jnetstream.protocol.ProtocolException
-
- ProtocolException(Throwable) -
Constructor for exception org.jnetstream.protocol.ProtocolException
-
- ProtocolFieldNotFoundException - Exception in org.jnetstream.protocol.codec
-
- ProtocolFieldNotFoundException() -
Constructor for exception org.jnetstream.protocol.codec.ProtocolFieldNotFoundException
-
- ProtocolFieldNotFoundException(String) -
Constructor for exception org.jnetstream.protocol.codec.ProtocolFieldNotFoundException
-
- ProtocolFieldNotFoundException(Throwable) -
Constructor for exception org.jnetstream.protocol.codec.ProtocolFieldNotFoundException
-
- ProtocolFieldNotFoundException(String, Throwable) -
Constructor for exception org.jnetstream.protocol.codec.ProtocolFieldNotFoundException
-
- ProtocolFilterTarget - Interface in org.jnetstream.packet
- An empty interface that adds additional requirement that a filter target be
related to a packet.
- ProtocolGroup - Interface in org.jnetstream.protocol
-
Grouping of protocols as a family.
- ProtocolInfo<T extends Header> - Interface in org.jnetstream.protocol
-
Defines access to a Protocol.
- ProtocolInfo.Binding - Interface in org.jnetstream.protocol
- Binding between protocols.
- ProtocolInfo.ID - Interface in org.jnetstream.protocol
- Defines a unique identification of a protocol.
- ProtocolInfo.Info - Interface in org.jnetstream.protocol
- Informational interface which provides information about the protocol.
- ProtocolInfo.Registry - Interface in org.jnetstream.protocol
- Protocol registry factory methods.
- ProtocolInfo.Suite - Enum in org.jnetstream.protocol
- Enum structure which defines all of the jNetStream system defined protocol
suites.
- ProtocolLoader - Interface in org.jnetstream.protocol
- A protocol loader is an object that is responsible for loading protocols.
- ProtocolNotFoundException - Exception in org.jnetstream.protocol
- Simlar to FileNotFoundException, the protocol was not
found by the ProtocolLoader.
- ProtocolNotFoundException() -
Constructor for exception org.jnetstream.protocol.ProtocolNotFoundException
-
- ProtocolNotFoundException(String, Throwable) -
Constructor for exception org.jnetstream.protocol.ProtocolNotFoundException
-
- ProtocolNotFoundException(String) -
Constructor for exception org.jnetstream.protocol.ProtocolNotFoundException
-
- ProtocolNotFoundException(Throwable) -
Constructor for exception org.jnetstream.protocol.ProtocolNotFoundException
-
- ProtocolRegistry - Class in org.jnetstream.protocol
-
Main protocol registry.
- ProtocolRegistry() -
Constructor for class org.jnetstream.protocol.ProtocolRegistry
-
- pushCodec(HeaderCodec) -
Method in class org.jnetstream.protocol.NullProtocol
-
- pushCodec(HeaderCodec<? extends Header>) -
Method in interface org.jnetstream.protocol.ProtocolInfo
- Pushes codec on to a prioritised queue where the highest priority codec is
used for actively decoding header content.
- put(int, int, Header) -
Method in interface org.jnetstream.packet.HeaderCache
-
- putAllDynamic(Map<? extends D, ? extends Object>) -
Method in class org.jnetstream.packet.EnumProperties
-
- putDynamic(int, Object) -
Method in class org.jnetstream.packet.EnumProperties
-
- putDynamic(D, Object) -
Method in class org.jnetstream.packet.EnumProperties
-
PcapBlockRecord.PcapBlockHeader.buffer.
PcapPacketRecord.PcapPacketHeader.buffer.
SnoopBlockRecord.SnoopBlockHeader.buffer.
SnoopPacketRecord.SnoopPacketHeader.buffer.
FileOptions.MemoryModel.MappedFile mode.