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
Subclasses with type arguments of type FamilyAndTransport in org.apache.sshd.contrib.server.session.proxyprotocolv2.dataMethods in org.apache.sshd.contrib.server.session.proxyprotocolv2.data that return FamilyAndTransportModifier and TypeMethodDescriptionstatic FamilyAndTransportFamilyAndTransport.extractValue(org.slf4j.Logger logger, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.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, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.Buffer buffer, FamilyAndTransport familyAndTransport, int dataLength) private static 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)