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