Package org.eclipse.jetty.client
Class Socks5.NoAuthenticationFactory
java.lang.Object
org.eclipse.jetty.client.Socks5.NoAuthenticationFactory
- All Implemented Interfaces:
- Socks5.Authentication.Factory
- Enclosing class:
- Socks5
public static class Socks5.NoAuthenticationFactory
extends Object
implements Socks5.Authentication.Factory
The implementation of the NO AUTH authentication method defined in
 RFC 1928.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
METHODpublic static final byte METHOD- See Also:
 
 
- 
- 
Constructor Details- 
NoAuthenticationFactorypublic NoAuthenticationFactory()
 
- 
- 
Method Details- 
getMethodpublic byte getMethod()- Specified by:
- getMethodin interface- Socks5.Authentication.Factory
- Returns:
- the authentication method defined by RFC 1928
 
- 
newAuthentication- Specified by:
- newAuthenticationin interface- Socks5.Authentication.Factory
- Returns:
- a new Socks5.Authentication
 
 
-