Uses of Class
org.apache.sshd.contrib.server.session.proxyprotocolv2.data.VersionAndCommand
-
Packages that use VersionAndCommand Package Description org.apache.sshd.contrib.server.session.proxyprotocolv2.data -
-
Uses of VersionAndCommand in org.apache.sshd.contrib.server.session.proxyprotocolv2.data
Methods in org.apache.sshd.contrib.server.session.proxyprotocolv2.data that return VersionAndCommand Modifier and Type Method Description static VersionAndCommand
VersionAndCommand. extractValue(org.slf4j.Logger logger, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.Buffer buffer)
static VersionAndCommand
VersionAndCommand. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VersionAndCommand[]
VersionAndCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-