org.indy.socks
Class SocksInfo.Version

java.lang.Object
  |
  +--org.indy.socks.SocksInfo.Version
Enclosing class:
SocksInfo

public static final class SocksInfo.Version
extends java.lang.Object

Description of the Class

Author:
owen

Field Summary
static SocksInfo.Version NOSOCKS
          Description of the Field
static SocksInfo.Version SOCKS4
          Description of the Field
static SocksInfo.Version SOCKS4A
          Description of the Field
static SocksInfo.Version SOCKS5
          Description of the Field
 
Method Summary
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOSOCKS

public static final SocksInfo.Version NOSOCKS
Description of the Field

SOCKS4

public static final SocksInfo.Version SOCKS4
Description of the Field

SOCKS4A

public static final SocksInfo.Version SOCKS4A
Description of the Field

SOCKS5

public static final SocksInfo.Version SOCKS5
Description of the Field
Method Detail

toString

public java.lang.String toString()
Description of the Method
Overrides:
toString in class java.lang.Object
Returns:
Description of the Return Value


Copyright © 2002-2002 IndyJ. All Rights Reserved.