Uses of Class
org.pcap4j.packet.namednumber.Ssh2DisconnectionReasonCode
-
Packages that use Ssh2DisconnectionReasonCode Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of Ssh2DisconnectionReasonCode in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Ssh2DisconnectionReasonCode Modifier and Type Field Description private Ssh2DisconnectionReasonCodeSsh2DisconnectPacket.Builder. reasonCodeprivate Ssh2DisconnectionReasonCodeSsh2DisconnectPacket.Ssh2DisconnectHeader. reasonCodeMethods in org.pcap4j.packet that return Ssh2DisconnectionReasonCode Modifier and Type Method Description Ssh2DisconnectionReasonCodeSsh2DisconnectPacket.Ssh2DisconnectHeader. getReasonCode()Methods in org.pcap4j.packet with parameters of type Ssh2DisconnectionReasonCode Modifier and Type Method Description Ssh2DisconnectPacket.BuilderSsh2DisconnectPacket.Builder. reasonCode(Ssh2DisconnectionReasonCode reasonCode) -
Uses of Ssh2DisconnectionReasonCode in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as Ssh2DisconnectionReasonCode Modifier and Type Field Description static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_AUTH_CANCELLED_BY_USERSSH_DISCONNECT_AUTH_CANCELLED_BY_USER: 13static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_BY_APPLICATIONSSH_DISCONNECT_BY_APPLICATION: 11static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_COMPRESSION_ERRORSSH_DISCONNECT_COMPRESSION_ERROR: 6static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_CONNECTION_LOSTSSH_DISCONNECT_CONNECTION_LOST: 10static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLESSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLE: 9static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECTSSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT: 1static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_ILLEGAL_USER_NAMESSH_DISCONNECT_ILLEGAL_USER_NAME: 15static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_KEY_EXCHANGE_FAILEDSSH_DISCONNECT_KEY_EXCHANGE_FAILED: 3static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_MAC_ERRORSSH_DISCONNECT_MAC_ERROR: 5static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLESSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE: 14static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_PROTOCOL_ERRORSSH_DISCONNECT_PROTOCOL_ERROR: 2static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTEDSSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED: 8static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_RESERVEDSSH_DISCONNECT_RESERVED: 4static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_SERVICE_NOT_AVAILABLESSH_DISCONNECT_SERVICE_NOT_AVAILABLE: 7static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. SSH_DISCONNECT_TOO_MANY_CONNECTIONSSSH_DISCONNECT_TOO_MANY_CONNECTIONS: 12Fields in org.pcap4j.packet.namednumber with type parameters of type Ssh2DisconnectionReasonCode Modifier and Type Field Description private static java.util.Map<java.lang.Integer,Ssh2DisconnectionReasonCode>Ssh2DisconnectionReasonCode. registryMethods in org.pcap4j.packet.namednumber that return Ssh2DisconnectionReasonCode Modifier and Type Method Description static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. getInstance(java.lang.Integer value)static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. register(Ssh2DisconnectionReasonCode number)Methods in org.pcap4j.packet.namednumber with parameters of type Ssh2DisconnectionReasonCode Modifier and Type Method Description intSsh2DisconnectionReasonCode. compareTo(Ssh2DisconnectionReasonCode o)static Ssh2DisconnectionReasonCodeSsh2DisconnectionReasonCode. register(Ssh2DisconnectionReasonCode number)
-