Uses of Class
org.apache.sshd.contrib.server.session.proxyprotocolv2.exception.ProxyProtocolException
-
Packages that use ProxyProtocolException Package Description org.apache.sshd.contrib.server.session.proxyprotocolv2.data org.apache.sshd.contrib.server.session.proxyprotocolv2.exception -
-
Uses of ProxyProtocolException in org.apache.sshd.contrib.server.session.proxyprotocolv2.data
Methods in org.apache.sshd.contrib.server.session.proxyprotocolv2.data that throw ProxyProtocolException Modifier and Type Method Description static FamilyAndTransportFamilyAndTransport. extractValue(org.slf4j.Logger logger, ServerSession session, Buffer buffer)static VersionAndCommandVersionAndCommand. extractValue(org.slf4j.Logger logger, ServerSession session, Buffer buffer) -
Uses of ProxyProtocolException in org.apache.sshd.contrib.server.session.proxyprotocolv2.exception
Methods in org.apache.sshd.contrib.server.session.proxyprotocolv2.exception that return ProxyProtocolException Modifier and Type Method Description static ProxyProtocolExceptionProxyProtocolException. buildFamilyAndTransport(org.slf4j.Logger log, ServerSession session, byte value)static ProxyProtocolExceptionProxyProtocolException. buildVersionOrCommand(org.slf4j.Logger log, ServerSession session, byte value)
-