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