Class FeatureList.Feature
java.lang.Object
org.globus.ftp.FeatureList.Feature
- Enclosing class:
FeatureList
RFC 2389 specified the following syntax for FEAT responce
feat-response = error-response / no-features / feature-listing
no-features = "211" SP *TCHAR CRLF
feature-listing = "211-" *TCHAR CRLF
1*( SP feature CRLF )
"211 End" CRLF
feature = feature-label [ SP feature-parms ]
feature-label = 1*VCHAR
feature-parms = 1*TCHAR
Feature class represence each individual feature and contain two fields
required label and optional parms-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
-
parms
-
-
Constructor Details
-
Feature
-
Feature
-
-
Method Details
-
getLabel
- Returns:
- the name
-
getParms
- Returns:
- the qualifiers, null if no qualifiers
-
equals
-