Uses of Enum
org.apache.sshd.contrib.server.session.proxyprotocolv2.data.FamilyAndTransport
Packages that use FamilyAndTransport
-
Uses of FamilyAndTransport in org.apache.sshd.contrib.server.session.proxyprotocolv2.data
Methods in org.apache.sshd.contrib.server.session.proxyprotocolv2.data that return FamilyAndTransportModifier and TypeMethodDescriptionstatic FamilyAndTransport
FamilyAndTransport.extractValue
(org.slf4j.Logger logger, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.Buffer buffer) static FamilyAndTransport
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 FamilyAndTransportModifier and TypeMethodDescriptionstatic 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 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)