Package org.eclipse.jetty.client
Interface Socks5.Authentication.Factory
- All Known Implementing Classes:
Socks5.NoAuthenticationFactory
,Socks5.UsernamePasswordAuthenticationFactory
- Enclosing interface:
- Socks5.Authentication
public static interface Socks5.Authentication.Factory
A factory for
Socks5.Authentication
s.-
Method Summary
-
Method Details
-
getMethod
byte getMethod()- Returns:
- the authentication method defined by RFC 1928
-
newAuthentication
Socks5.Authentication newAuthentication()- Returns:
- a new
Socks5.Authentication
-