|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| TcpNic0Template | A packet template which initializes the packet with Ethernet, IPv4 and TCP headers. |
Templates package which allow easy packet building using initializers and
templates. This package contains a set of packet templates and initializers that are distributed as core
part of jNetStream. The user can easily add its own templates by using
Packets.newPacket(Class<? extends PacketTemplate>) method which will cache the
template.
PacketInitializer interface
that knows how to export some content into the packet decoder's runtime
environment. That content exported as properties and possibly existing or
new namespace is then utilized by packet codec and NPL definitions to lookup
certain initializer property values that are assigned as initial state of
data fields within a packet's headers.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||