Uses of Interface
org.eclipse.jetty.client.Socks5.Authentication.Factory
Packages that use Socks5.Authentication.Factory
-
Uses of Socks5.Authentication.Factory in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Socks5.Authentication.FactoryModifier and TypeClassDescriptionstatic class
The implementation of theNO AUTH
authentication method defined in RFC 1928.static class
The implementation of theUSERNAME/PASSWORD
authentication method defined in RFC 1929.Methods in org.eclipse.jetty.client that return Socks5.Authentication.FactoryModifier and TypeMethodDescriptionSocks5Proxy.putAuthenticationFactory
(Socks5.Authentication.Factory authenticationFactory) Provides this class with the given SOCKS5 authentication method.Socks5Proxy.removeAuthenticationFactory
(byte method) Removes the authentication of the givenmethod
.Methods in org.eclipse.jetty.client with parameters of type Socks5.Authentication.FactoryModifier and TypeMethodDescriptionSocks5Proxy.putAuthenticationFactory
(Socks5.Authentication.Factory authenticationFactory) Provides this class with the given SOCKS5 authentication method.