Package org.globus.io.gass.server
Provides a pure Java Globus GASS server for
transferring files via HTTPS.
The server is multi-threaded and accepts HTTPS connection from GASS clients to copy from, copy to, and append to files that are local to the server.
This version has not been fully tested against the full GASS protocol, but works for all cases tested with globus-url-copy.
Package Specification
(none)Related Documentation
The following classes are used by the org.globus.gass.server class: For overviews, tutorials, examples, guides, and tool documentation, please see:-
Interface Summary Interface Description JobOutputListener This class defines a job output listener. -
Class Summary Class Description GassClientHandler GassServer TheGassServer
class acts as a basic multi-threaded HTTPS server that handles GASS requests.GassServerListener JobOutputStream This is a small class that allows to redirect a job's output to a custom job output listener.OutputListener RemoteGassServer This class allows for starting gass server remotely.