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 FamilyAndTransport
FamilyAndTransport.extractValue
(org.slf4j.Logger logger, org.apache.sshd.server.session.ServerSession session, org.apache.sshd.common.util.buffer.Buffer buffer) static VersionAndCommand
VersionAndCommand.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 ProxyProtocolException
ProxyProtocolException.buildFamilyAndTransport
(org.slf4j.Logger log, org.apache.sshd.server.session.ServerSession session, byte value) static ProxyProtocolException
ProxyProtocolException.buildVersionOrCommand
(org.slf4j.Logger log, org.apache.sshd.server.session.ServerSession session, byte value)