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 FamilyAndTransportFamilyAndTransport. extractValue(org.slf4j.Logger logger, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.Buffer buffer)static FamilyAndTransportFamilyAndTransport. 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 AddressDataAddressData. 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.StringAddressData. extractAddresses(org.apache.sshd.common.util.buffer.Buffer buffer, FamilyAndTransport familyAndTransport)private static intAddressData. extractPort(org.apache.sshd.common.util.buffer.Buffer buffer, FamilyAndTransport familyAndTransport)static voidAddressData. skipUnprocessedData(org.slf4j.Logger logger, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.Buffer buffer, FamilyAndTransport familyAndTransport, int dataLength)
-