Uses of Interface
org.globus.ftp.Marker
-
Packages that use Marker Package Description org.globus.ftp -
-
Uses of Marker in org.globus.ftp
Subinterfaces of Marker in org.globus.ftp Modifier and Type Interface Description interfaceRestartMarkerClasses in org.globus.ftp that implement Marker Modifier and Type Class Description classGridFTPRestartMarkerRepresents GridFTP restart marker, which contains unordered set of byte ranges representing transferred data.classPerfMarkerRepresents GridFTP performance marker.classStreamModeRestartMarkerRepresents FTP stream mode restart marker, as defined in RFC 959.Methods in org.globus.ftp with parameters of type Marker Modifier and Type Method Description voidMarkerListener. markerArrived(Marker m)When writing your implementation, assume this method being called whenever a marker arrives.
-