Uses of Class
org.pcap4j.packet.namednumber.Ssh2DisconnectionReasonCode
Packages that use Ssh2DisconnectionReasonCode
-
Uses of Ssh2DisconnectionReasonCode in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Ssh2DisconnectionReasonCodeModifier and TypeFieldDescriptionprivate Ssh2DisconnectionReasonCodeSsh2DisconnectPacket.Builder.reasonCodeprivate final Ssh2DisconnectionReasonCodeSsh2DisconnectPacket.Ssh2DisconnectHeader.reasonCodeMethods in org.pcap4j.packet that return Ssh2DisconnectionReasonCodeMethods in org.pcap4j.packet with parameters of type Ssh2DisconnectionReasonCodeModifier and TypeMethodDescriptionSsh2DisconnectPacket.Builder.reasonCode(Ssh2DisconnectionReasonCode reasonCode) -
Uses of Ssh2DisconnectionReasonCode in org.pcap4j.packet.namednumber
Subclasses with type arguments of type Ssh2DisconnectionReasonCode in org.pcap4j.packet.namednumberModifier and TypeClassDescriptionfinal classSSH2 Disconnection Reason CodeFields in org.pcap4j.packet.namednumber declared as Ssh2DisconnectionReasonCodeModifier and TypeFieldDescriptionstatic final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_AUTH_CANCELLED_BY_USERSSH_DISCONNECT_AUTH_CANCELLED_BY_USER: 13static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_BY_APPLICATIONSSH_DISCONNECT_BY_APPLICATION: 11static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_COMPRESSION_ERRORSSH_DISCONNECT_COMPRESSION_ERROR: 6static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_CONNECTION_LOSTSSH_DISCONNECT_CONNECTION_LOST: 10static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLESSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLE: 9static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECTSSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT: 1static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_ILLEGAL_USER_NAMESSH_DISCONNECT_ILLEGAL_USER_NAME: 15static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_KEY_EXCHANGE_FAILEDSSH_DISCONNECT_KEY_EXCHANGE_FAILED: 3static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_MAC_ERRORSSH_DISCONNECT_MAC_ERROR: 5static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLESSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE: 14static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_PROTOCOL_ERRORSSH_DISCONNECT_PROTOCOL_ERROR: 2static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTEDSSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED: 8static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_RESERVEDSSH_DISCONNECT_RESERVED: 4static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_SERVICE_NOT_AVAILABLESSH_DISCONNECT_SERVICE_NOT_AVAILABLE: 7static final Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.SSH_DISCONNECT_TOO_MANY_CONNECTIONSSSH_DISCONNECT_TOO_MANY_CONNECTIONS: 12Fields in org.pcap4j.packet.namednumber with type parameters of type Ssh2DisconnectionReasonCodeModifier and TypeFieldDescriptionprivate static final Map<Integer, Ssh2DisconnectionReasonCode> Ssh2DisconnectionReasonCode.registryMethods in org.pcap4j.packet.namednumber that return Ssh2DisconnectionReasonCodeModifier and TypeMethodDescriptionstatic Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.getInstance(Integer value) static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.register(Ssh2DisconnectionReasonCode number) Methods in org.pcap4j.packet.namednumber with parameters of type Ssh2DisconnectionReasonCodeModifier and TypeMethodDescriptionintSsh2DisconnectionReasonCode.compareTo(Ssh2DisconnectionReasonCode o) static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode.register(Ssh2DisconnectionReasonCode number)