|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.Protocol
public class Protocol
Enumerates the FTP protocols that are available
| Field Summary | |
|---|---|
static Protocol |
FTP
Plain FTP |
static Protocol |
FTPS_EXPLICIT
Explicit FTPS (FTP over SSL) |
static Protocol |
FTPS_IMPLICIT
Implicit FTPS (FTP over SSL). |
static Protocol |
SFTP
FTP over SSH |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getProtocolAbbrev()
Get the abbreviation |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
String representation of protocol |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static Protocol FTP
public static Protocol FTPS_EXPLICIT
public static Protocol FTPS_IMPLICIT
public static Protocol SFTP
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getProtocolAbbrev()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||