public static final class Ssh2DisconnectPacket.Builder extends AbstractPacket.AbstractBuilder
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Ssh2DisconnectPacket |
build()
Build a packet object using values set to this object.
|
Ssh2DisconnectPacket.Builder |
description(Ssh2String description) |
Ssh2DisconnectPacket.Builder |
languageTag(Ssh2String languageTag) |
Ssh2DisconnectPacket.Builder |
reasonCode(Ssh2DisconnectionReasonCode reasonCode) |
getPayloadBuilder, payloadBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getOuterOf, iteratorpublic Ssh2DisconnectPacket.Builder reasonCode(Ssh2DisconnectionReasonCode reasonCode)
reasonCode - reasonCodepublic Ssh2DisconnectPacket.Builder description(Ssh2String description)
description - descriptionpublic Ssh2DisconnectPacket.Builder languageTag(Ssh2String languageTag)
languageTag - languageTagpublic Ssh2DisconnectPacket build()
Packet.Builderbuild in interface Packet.Builderbuild in class AbstractPacket.AbstractBuilderCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.