JNodeOS v1.2.0 API

Uses of Interface
edu.utah.janos.util.PacketSegment

Packages that use PacketSegment
edu.utah.janos.protocols.icmp   
edu.utah.janos.protocols.ip   
edu.utah.janos.protocols.udp   
edu.utah.janos.util   
 

Uses of PacketSegment in edu.utah.janos.protocols.icmp
 

Classes in edu.utah.janos.protocols.icmp that implement PacketSegment
 class ICMPHeader
          The ICMPHeader is a PacketSegment for the standard ICMP header.
 

Constructors in edu.utah.janos.protocols.icmp with parameters of type PacketSegment
ICMPEcho.ICMPEcho(int src, int dst, PacketSegment body)
          Construct an ICMP ECHO_REQUEST packet.
ICMPEcho.ICMPEcho(int src, int dst, short identifier, short sequenceNumber, PacketSegment body)
          Construct an ICMP ECHO_REQUEST packet with the optional identifier and sequence number fields.
ICMPEcho.ICMPEcho(PacketSegment body)
          Construct, but don't initialize, an ICMP ECHO_REQUEST packet.
ICMPEcho.ICMPEcho(boolean withID, PacketSegment body)
          Construct, but don't initialize, an ICMP ECHO_REQUEST packet with the identifier and sequence number optional fields.
 

Uses of PacketSegment in edu.utah.janos.protocols.ip
 

Classes in edu.utah.janos.protocols.ip that implement PacketSegment
 class IPHeader
          The IPHeader is a PacketSegment for the standard IP header.
 

Uses of PacketSegment in edu.utah.janos.protocols.udp
 

Classes in edu.utah.janos.protocols.udp that implement PacketSegment
 class UDPHeader
          The UDPHeader is a PacketSegment for the standard UDP header.
 

Uses of PacketSegment in edu.utah.janos.util
 

Classes in edu.utah.janos.util that implement PacketSegment
 class PaddingPacketSegment
          A PaddingPacketSegment implements the PacketSegment interface for `n' padding bytes.
 class PlainPacketSegment
          A PlainPacketSegment implements the PacketSegment interface for an array of bytes.
 

Methods in edu.utah.janos.util that return PacketSegment
 PacketSegment[] Packet.getSegments()
           
 

Constructors in edu.utah.janos.util with parameters of type PacketSegment
Packet.Packet(PacketSegment[] segs)
           
 


JNodeOS v1.2.0 API

This documentation is Copyright (C) 1998-2002 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project web site: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002