|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.globus.ftp.vanilla.BasicClientControlChannel
org.globus.ftp.vanilla.FTPControlChannel
org.globus.ftp.extended.GridFTPControlChannel
cgl.narada.gridapps.nbgridftp.gridftpext.NBGridFTPControlChannel
public class NBGridFTPControlChannel
| Field Summary |
|---|
| Fields inherited from class org.globus.ftp.extended.GridFTPControlChannel |
|---|
authorization, credentials, TIMEOUT |
| Fields inherited from class org.globus.ftp.vanilla.FTPControlChannel |
|---|
CRLF, ftpIn, ftpOut, hasBeenOpened, host, port, rawFtpIn, socket |
| Constructor Summary | |
|---|---|
NBGridFTPControlChannel(InputStream in,
OutputStream out)
|
|
NBGridFTPControlChannel(String host,
int port)
|
|
| Method Summary | |
|---|---|
void |
authenticate(GSSCredential credential)
Performs authentication with specified user credentials. |
org.globus.ftp.HostPort |
readFromProxy()
|
void |
write2Proxy(String msg,
boolean finish)
|
| Methods inherited from class org.globus.ftp.extended.GridFTPControlChannel |
|---|
getAuthorization, getCredentials, setAuthorization, setCredentials |
| Methods inherited from class org.globus.ftp.vanilla.FTPControlChannel |
|---|
close, exchange, execute, finalize, getBufferedReader, getHost, getOutputStream, getPort, hasBeenOpened, haveStreams, open, read, readInitialReplies, setInputStream, setOutputStream, waitFor, write, writeln, writeStr |
| Methods inherited from class org.globus.ftp.vanilla.BasicClientControlChannel |
|---|
waitFor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NBGridFTPControlChannel(String host,
int port)
public NBGridFTPControlChannel(InputStream in,
OutputStream out)
| Method Detail |
|---|
public void write2Proxy(String msg,
boolean finish)
public org.globus.ftp.HostPort readFromProxy()
public void authenticate(GSSCredential credential)
throws IOException,
org.globus.ftp.exception.ServerException
authenticate in class org.globus.ftp.extended.GridFTPControlChannelcredential - user credentials to use.
IOException - on i/o error
org.globus.ftp.exception.ServerException - on server refusal or faulty server behavior
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||