Uses of Class
org.apache.sshd.contrib.server.session.proxyprotocolv2.exception.ProxyProtocolException
Packages that use ProxyProtocolException
Package
Description
-
Uses of ProxyProtocolException in org.apache.sshd.contrib.server.session.proxyprotocolv2.data
Methods in org.apache.sshd.contrib.server.session.proxyprotocolv2.data that throw ProxyProtocolExceptionModifier and TypeMethodDescriptionstatic FamilyAndTransportFamilyAndTransport.extractValue(org.slf4j.Logger logger, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.Buffer buffer) static VersionAndCommandVersionAndCommand.extractValue(org.slf4j.Logger logger, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.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 ProxyProtocolExceptionModifier and TypeMethodDescriptionstatic ProxyProtocolExceptionProxyProtocolException.buildFamilyAndTransport(org.slf4j.Logger log, org.apache.sshd.server.session.ServerSession session, byte value) static ProxyProtocolExceptionProxyProtocolException.buildVersionOrCommand(org.slf4j.Logger log, org.apache.sshd.server.session.ServerSession session, byte value)