Uses of Interface
org.eclipse.jetty.client.Socks5.Authentication.Factory
Packages that use Socks5.Authentication.Factory
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of Socks5.Authentication.Factory in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Socks5.Authentication.FactoryModifier and TypeClassDescriptionstatic classThe implementation of theNO AUTHauthentication method defined in RFC 1928.static classThe implementation of theUSERNAME/PASSWORDauthentication 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.