org.indy.socks
Class SocksInfo.Authentication

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

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

Description of the Class

Author:
owen

Field Summary
static SocksInfo.Authentication NO_AUTHENTICATION
          Description of the Field
static SocksInfo.Authentication USERNAME_PASSWORD
          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

NO_AUTHENTICATION

public static final SocksInfo.Authentication NO_AUTHENTICATION
Description of the Field

USERNAME_PASSWORD

public static final SocksInfo.Authentication USERNAME_PASSWORD
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.