public static final class Ssh2DisconnectPacket.Builder extends AbstractPacket.AbstractBuilder
Constructor and Description |
---|
Ssh2DisconnectPacket.Builder() |
Modifier and Type | Method and Description |
---|---|
Ssh2DisconnectPacket |
build() |
Ssh2DisconnectPacket.Builder |
description(Ssh2String description) |
Ssh2DisconnectPacket.Builder |
languageTag(Ssh2String languageTag) |
Ssh2DisconnectPacket.Builder |
reasonCode(Ssh2DisconnectionReasonCode reasonCode) |
get, getOuterOf, getPayloadBuilder, iterator, payloadBuilder
public Ssh2DisconnectPacket.Builder reasonCode(Ssh2DisconnectionReasonCode reasonCode)
reasonCode
- public Ssh2DisconnectPacket.Builder description(Ssh2String description)
description
- public Ssh2DisconnectPacket.Builder languageTag(Ssh2String languageTag)
languageTag
- public Ssh2DisconnectPacket build()
build
in interface Packet.Builder
build
in class AbstractPacket.AbstractBuilder
Copyright © 2014. All Rights Reserved.