Uses of Class
org.eclipse.jgit.internal.transport.sshd.proxy.Socks5ClientConnector.SocksAuthenticationMethod
-
Packages that use Socks5ClientConnector.SocksAuthenticationMethod Package Description org.eclipse.jgit.internal.transport.sshd.proxy -
-
Uses of Socks5ClientConnector.SocksAuthenticationMethod in org.eclipse.jgit.internal.transport.sshd.proxy
Methods in org.eclipse.jgit.internal.transport.sshd.proxy that return Socks5ClientConnector.SocksAuthenticationMethod Modifier and Type Method Description private Socks5ClientConnector.SocksAuthenticationMethod
Socks5ClientConnector. getAuthMethod(byte value)
static Socks5ClientConnector.SocksAuthenticationMethod
Socks5ClientConnector.SocksAuthenticationMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Socks5ClientConnector.SocksAuthenticationMethod[]
Socks5ClientConnector.SocksAuthenticationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-