public class DataChannelAuthentication
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
argument |
static DataChannelAuthentication |
NONE |
static DataChannelAuthentication |
SELF |
Modifier | Constructor and Description |
---|---|
protected |
DataChannelAuthentication() |
protected |
DataChannelAuthentication(java.lang.String argument) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
protected void |
setArgument(java.lang.String argument) |
java.lang.String |
toFtpCmdArgument() |
public static final DataChannelAuthentication NONE
public static final DataChannelAuthentication SELF
protected java.lang.String argument
protected DataChannelAuthentication()
protected DataChannelAuthentication(java.lang.String argument)
protected void setArgument(java.lang.String argument)
public java.lang.String toFtpCmdArgument()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2012. All Rights Reserved.