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