Package | Description |
---|---|
org.globus.io.gass.server |
Provides a pure Java Globus GASS server for
transferring files via HTTPS.
|
org.globus.io.streams |
Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RemoteGassServer.start(String rmc) |
Starts the gass server on the remote machine.
|
Constructor | Description |
---|---|
GassInputStream(String host,
int port,
String file) |
Opens Gass input stream in secure mode with default
user credentials.
|
GassInputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file) |
Opens Gass input stream in secure mode with specified
user credentials.
|
GassOutputStream(String host,
int port,
String file,
long length,
boolean append) |
Opens Gass output stream in secure mode with default
user credentials.
|
GassOutputStream(GSSCredential cred,
String host,
int port,
String file,
long length,
boolean append) |
Opens Gass output stream in secure mode with specified
user credentials.
|
GassOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
long length,
boolean append) |
Opens Gass output stream in secure mode with specified
user credentials.
|
HTTPOutputStream(String host,
int port,
String file,
long length,
boolean append) |
Opens HTTP output stream (unsecure)
|
Copyright © 2018. All rights reserved.