- java.lang.Object
-
- org.pcap4j.packet.AbstractPacket.AbstractBuilder
-
- org.pcap4j.packet.Ssh2KexDhInitPacket.Builder
-
- All Implemented Interfaces:
java.lang.Iterable<Packet.Builder>,Packet.Builder
- Enclosing class:
- Ssh2KexDhInitPacket
public static final class Ssh2KexDhInitPacket.Builder extends AbstractPacket.AbstractBuilder
- Since:
- pcap4j 1.0.1
-
-
Constructor Summary
Constructors Modifier Constructor Description Builder()privateBuilder(Ssh2KexDhInitPacket packet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ssh2KexDhInitPacketbuild()Build a packet object using values set to this object.Ssh2KexDhInitPacket.Buildere(Ssh2MpInt e)-
Methods inherited from class org.pcap4j.packet.AbstractPacket.AbstractBuilder
get, getOuterOf, getPayloadBuilder, iterator, payloadBuilder
-
-
-
-
Field Detail
-
e
private Ssh2MpInt e
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
private Builder(Ssh2KexDhInitPacket packet)
-
-
Method Detail
-
e
public Ssh2KexDhInitPacket.Builder e(Ssh2MpInt e)
- Parameters:
e- e- Returns:
- this Builder object for method chaining.
-
build
public Ssh2KexDhInitPacket build()
Description copied from interface:Packet.BuilderBuild a packet object using values set to this object.- Specified by:
buildin interfacePacket.Builder- Specified by:
buildin classAbstractPacket.AbstractBuilder- Returns:
- a new Packet object
-
-