Uses of Interface
org.eclipse.jetty.client.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
Modifier 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.Modifier 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
.Modifier and TypeMethodDescriptionSocks5Proxy.putAuthenticationFactory
(Socks5.Authentication.Factory authenticationFactory) Provides this class with the given SOCKS5 authentication method.