|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gnu.inet.ftp.FtpClientProtocol
|
+--gnu.hylafax.HylaFAXClientProtocol
|
+--gnu.hylafax.HylaFAXClient
|
+--gnu.hylafax.pool.HylaFAXPooledClient
This is an extension of the gnu.hylafax.HylaFAXClient
specifically designed to work with the
gnu.hylafax.pool.ClientPool pooling functionality.
| Fields inherited from class gnu.hylafax.HylaFAXClient |
connection |
| Fields inherited from class gnu.hylafax.HylaFAXClientProtocol |
DEFAULT_PORT, TZONE_GMT, TZONE_LOCAL |
| Fields inherited from class gnu.inet.ftp.FtpClientProtocol |
fileType, greeting, istream, MDTM_TIME_FORMAT1, MDTM_TIME_FORMAT2, MODE_BLOCK, MODE_COMPRESSED, MODE_STREAM, MODE_ZLIB, ostream, port, sock, STRU_FILE, STRU_PAGE, STRU_RECORD, STRU_TIFF, TYPE_ASCII, TYPE_EBCDIC, TYPE_IMAGE, TYPE_LOCAL |
| Fields inherited from interface gnu.hylafax.ClientProtocol |
NOTIFY_ALL, NOTIFY_DONE, NOTIFY_NONE, NOTIFY_REQUEUE, TZONE_GMT, TZONE_LOCAL |
| Constructor Summary | |
HylaFAXPooledClient(ClientPool clientPool)
Default constructor. |
|
| Method Summary | |
void |
admin(java.lang.String password)
establish administrator privileges given password |
Job |
createJob()
create a new job in the server |
void |
delete(Job job)
delete the given done or suspended job |
void |
destroy()
Destroy the client. |
java.lang.String |
filefmt()
get the FILEFMT string value. |
void |
filefmt(java.lang.String value)
set the FILEFMT string value. |
void |
get(java.lang.String path,
java.io.OutputStream out)
GET the named file, FTP style. |
Job |
getJob(long id)
get a Job instance for the given job id |
java.util.Vector |
getList()
get a long-style listing of files in the current directory. |
java.util.Vector |
getList(java.lang.String path)
get a long-style listing of files in the given directory. |
java.util.Vector |
getNameList()
get name list of files in the current directory. |
java.util.Vector |
getNameList(java.lang.String path)
get name list of files in the given directory. |
boolean |
getPassive()
check whether passive transfers have been enabled |
long |
idle()
get the current idle timeout in seconds |
void |
idle(long timeout)
set the idle timeout value to the given number of seconds |
void |
interrupt(Job job)
interrupt the given job |
boolean |
isValid()
Checks to see if the client is currently valid. |
boolean |
isWorking()
|
void |
jdele(long jobid)
delete the given job this can be called on a suspended or done job. |
void |
jintr(long jobid)
interrupt the given job id |
void |
jkill(long jobid)
kill the job with the given job id |
void |
jnew()
create a new job. |
long |
job()
get the current job id 0 indicates the current job id is "default" value |
void |
job(long value)
set the current job id |
java.lang.String |
jobfmt()
get the job format string. |
void |
jobfmt(java.lang.String value)
set the job format string. |
java.lang.String |
jparm(java.lang.String parm)
get job parameters of the current job |
void |
jparm(java.lang.String parm,
int value)
set job parameters on the current job |
void |
jparm(java.lang.String parm,
long value)
set job parameters on the current job |
void |
jparm(java.lang.String parm,
java.lang.Object value)
set job parameters on the current job |
void |
jparm(java.lang.String parm,
java.lang.String value)
set job parameters on the current job |
void |
jrest()
reset the state of the current job. |
long |
jsubm()
submit the current job to the scheduler |
int |
jsubm(long jobid)
submit the given job to the scheduler |
void |
jsusp(long jobid)
Suspend the job with the given job id. |
void |
jwait(long jobid)
Wait for the job with the given job id to complete. |
void |
kill(Job job)
kill the given job |
java.lang.String |
mdmfmt()
get the modem format string value. |
void |
mdmfmt(java.lang.String value)
set the modem format string. |
void |
mode(char mode)
set the transfer mode. |
void |
noop()
perform server No Operation could be used as a keep-alive |
void |
open()
open a connection to the localhost on the default port |
void |
open(java.lang.String host)
open a connection to a given server at default port this is an alias for connect() |
void |
open(java.lang.String host,
int port)
open a connection to a given server and port this is an alias for connect() |
void |
pass(java.lang.String password)
send the password for this username and session |
java.lang.String |
put(java.io.InputStream in)
put a file with a unique name. |
void |
put(java.io.InputStream in,
java.lang.String pathname)
store a file. |
java.lang.String |
putTemporary(java.io.InputStream data)
put a temp file, the data is stored in a uniquely named file on the server. |
void |
quit()
end session |
java.lang.String |
rcvfmt()
get the received file output format string. |
void |
rcvfmt(java.lang.String value)
set the receive file output format string. |
void |
run()
|
void |
setDebug(boolean value)
Sets the ConsoleLogger's debug output. |
void |
setPassive(boolean passive)
enable or disable passive transfers |
void |
setValid(boolean valid)
|
long |
size(java.lang.String pathname)
Returns the size (in bytes) of the given regular file. |
void |
start()
Start the maintaince thread for this client. |
void |
stop()
Stops the maintaince thread for this client. |
java.lang.String |
stot(java.io.InputStream data)
store temp file, the file is stored in a uniquely named file on the server. |
void |
submit(Job job)
submit the given job to the scheduler |
void |
suspend(Job job)
suspend the given job from the scheduler |
void |
tzone(java.lang.String value)
set the timezone display format valid tzone values are TZONE_GMT and TZONE_LOCAL |
boolean |
user(java.lang.String username)
send the user name for this session |
java.net.InetAddress |
vrfy(java.lang.String dialstring)
verify dialstring handling and/or least-cost routing. |
void |
wait(Job job)
wait for the given job to complete |
| Methods inherited from class gnu.hylafax.HylaFAXClient |
addConnectionListener, addConnectionListeners, addTransferListener, addTransferListeners, main, removeConnectionListener, removeTransferListener |
| Methods inherited from class gnu.inet.ftp.FtpClientProtocol |
abor, abor, cdup, connect, cwd, dele, getDebug, getGreeting, getInetAddress, getType, list, list, mdtm, nlst, nlst, pasv, port, pwd, readResponse, retr, rnfr, rnto, stat, stat, stor, stou, stru, syst, type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HylaFAXPooledClient(ClientPool clientPool)
clientPool - | Method Detail |
public void admin(java.lang.String password)
throws java.io.IOException,
ServerResponseException
ClientProtocoladmin in interface ClientProtocoladmin in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolpassword - administrator passwordjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public Job createJob()
throws ServerResponseException,
java.io.IOException
ClientcreateJob in interface ClientcreateJob in class HylaFAXClientgnu.hylafax.ClientServerResponseException - java.io.IOException - an IO error occurred while communicating with the
server
public void delete(Job job)
throws ServerResponseException,
java.io.IOException
Clientdelete in interface Clientdelete in class HylaFAXClientgnu.hylafax.Clientjob - the (done or suspended) job to deleteServerResponseException - java.io.IOException - an IO error occurred while communicating with the
server
public void destroy()
throws ClientPoolException
PooledClientdestroy in interface PooledClientgnu.hylafax.pool.PooledClientClientPoolException -
public java.lang.String filefmt()
throws java.io.IOException,
ServerResponseException
ClientProtocolfilefmt in interface ClientProtocolfilefmt in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - a socket IO error occurredServerResponseException - the server replied with an error code
public void filefmt(java.lang.String value)
throws java.io.IOException,
ServerResponseException
ClientProtocolfilefmt in interface ClientProtocolfilefmt in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolvalue - the new value of the FILEFMT stringjava.io.IOException - a socket IO error occurredServerResponseException - the server replied with an error code
public void get(java.lang.String path,
java.io.OutputStream out)
throws java.io.IOException,
java.io.FileNotFoundException,
ServerResponseException
Clientget in interface Clientget in class HylaFAXClientgnu.hylafax.Clientpath - the name of the file to GET. This can be a full or partial
path.out - the OutputStream to write the file data tojava.io.IOException - an IO error occurredServerResponseException - the server reported an errorjava.io.FileNotFoundException - the given path does not exist
public Job getJob(long id)
throws ServerResponseException,
java.io.IOException
ClientgetJob in interface ClientgetJob in class HylaFAXClientgnu.hylafax.Clientid - the id of the job to getServerResponseException - java.io.IOException - an IO error occurred while communicating with the
server
public java.util.Vector getList()
throws java.io.IOException,
java.io.FileNotFoundException,
ServerResponseException
ClientgetList in interface ClientgetList in class HylaFAXClientgnu.hylafax.Clientjava.io.IOException - an IO error occurredjava.io.FileNotFoundException - the "." path doesn't existServerResponseException - the server reported an error
public java.util.Vector getList(java.lang.String path)
throws java.io.IOException,
java.io.FileNotFoundException,
ServerResponseException
ClientgetList in interface ClientgetList in class HylaFAXClientgnu.hylafax.Clientpath - the path that we're interested in finding the contents ofjava.io.IOException - an IO error occurredjava.io.FileNotFoundException - the given path doesn't existServerResponseException - the server reported an error
public java.util.Vector getNameList()
throws java.io.IOException,
ServerResponseException,
java.io.FileNotFoundException
ClientgetNameList in interface ClientgetNameList in class HylaFAXClientgnu.hylafax.Clientjava.io.IOException - an IO error occurredServerResponseException - the server reported an errorjava.io.FileNotFoundException - the requested path does not exist
public java.util.Vector getNameList(java.lang.String path)
throws java.io.IOException,
ServerResponseException,
java.io.FileNotFoundException
ClientgetNameList in interface ClientgetNameList in class HylaFAXClientgnu.hylafax.Clientpath - the path of the directory that we want the name list ofjava.io.IOException - an IO error occurredServerResponseException - the server reported an errorjava.io.FileNotFoundException - the requested path does not existpublic boolean getPassive()
ClientgetPassive in interface ClientgetPassive in class HylaFAXClientgnu.hylafax.Client
public long idle()
throws java.io.IOException,
ServerResponseException
ClientProtocolidle in interface ClientProtocolidle in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void idle(long timeout)
throws java.io.IOException,
ServerResponseException
ClientProtocolidle in interface ClientProtocolidle in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoltimeout - new timeout value in seconds (MAX = 7200)java.io.IOException - io error occurredServerResponseException - server replied with an error code
public void interrupt(Job job)
throws ServerResponseException,
java.io.IOException
Clientinterrupt in interface Clientinterrupt in class HylaFAXClientgnu.hylafax.Clientjob - the job to interruptServerResponseException - java.io.IOException - an IO error occurred while communicating with the
serverpublic boolean isValid()
PooledClientisValid in interface PooledClientpublic boolean isWorking()
public void jdele(long jobid)
throws java.io.IOException,
ServerResponseException
ClientProtocoljdele in interface ClientProtocoljdele in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljobid - id of the job to deletejava.io.IOException - a socket IO error occurredServerResponseException - server replied with error code
public void jintr(long jobid)
throws java.io.IOException,
ServerResponseException
ClientProtocoljintr in interface ClientProtocoljintr in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljobid - id of the job to interruptjava.io.IOException - a socket IO error occurredServerResponseException - the server replied with an error code
public void jkill(long jobid)
throws java.io.IOException,
ServerResponseException
ClientProtocoljkill in interface ClientProtocoljkill in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljobid - the id of the job to killjava.io.IOException - a socket IO error occurredServerResponseException - the server replied with an error code
public void jnew()
throws java.io.IOException,
ServerResponseException
ClientProtocoljnew in interface ClientProtocoljnew in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - a socket IO error occurredServerResponseException - the server replied with an error code
public long job()
throws java.io.IOException,
ServerResponseException
ClientProtocoljob in interface ClientProtocoljob in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void job(long value)
throws java.io.IOException,
ServerResponseException
ClientProtocoljob in interface ClientProtocoljob in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolvalue - new current job idjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public java.lang.String jobfmt()
throws java.io.IOException,
ServerResponseException
ClientProtocoljobfmt in interface ClientProtocoljobfmt in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - a socket IO error occurred.ServerResponseException - the server responded with an error code
public void jobfmt(java.lang.String value)
throws java.io.IOException,
ServerResponseException
ClientProtocoljobfmt in interface ClientProtocoljobfmt in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolvalue - new job format stringjava.io.IOException - a socket IO error occurred.ServerResponseException - the server responded with an error
public java.lang.String jparm(java.lang.String parm)
throws java.io.IOException,
ServerResponseException
ClientProtocoljparm in interface ClientProtocoljparm in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolparm - the name of the job parameter to changejava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void jparm(java.lang.String parm,
int value)
throws java.io.IOException,
ServerResponseException
ClientProtocoljparm in interface ClientProtocoljparm in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolparm - the name of the job parameter to changevalue - the value of the given parameterjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void jparm(java.lang.String parm,
long value)
throws java.io.IOException,
ServerResponseException
ClientProtocoljparm in interface ClientProtocoljparm in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolparm - the name of the job parameter to changevalue - the value of the given parameterjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void jparm(java.lang.String parm,
java.lang.Object value)
throws java.io.IOException,
ServerResponseException
ClientProtocoljparm in interface ClientProtocoljparm in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolparm - the name of the job parameter to changevalue - the value of the given parameter as an Objectjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void jparm(java.lang.String parm,
java.lang.String value)
throws java.io.IOException,
ServerResponseException
ClientProtocoljparm in interface ClientProtocoljparm in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolparm - the name of the job parameter to changevalue - the value of the given parameterjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void jrest()
throws java.io.IOException,
ServerResponseException
ClientProtocoljrest in interface ClientProtocoljrest in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - an IO error occurredServerResponseException - the server replied with an error code
public long jsubm()
throws java.io.IOException,
ServerResponseException
ClientProtocoljsubm in interface ClientProtocoljsubm in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - io error occurredServerResponseException - server replied with an error code
public int jsubm(long jobid)
throws java.io.IOException,
ServerResponseException
ClientProtocoljsubm in interface ClientProtocoljsubm in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljobid - the id of the job to submitjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void jsusp(long jobid)
throws java.io.IOException,
ServerResponseException
ClientProtocoljsusp in interface ClientProtocoljsusp in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljobid - id of the job to suspendjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void jwait(long jobid)
throws java.io.IOException,
ServerResponseException
ClientProtocoljwait in interface ClientProtocoljwait in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljobid - id of the job to wait forjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void kill(Job job)
throws ServerResponseException,
java.io.IOException
Clientkill in interface Clientkill in class HylaFAXClientgnu.hylafax.Clientjob - the job to killServerResponseException - java.io.IOException - an IO error occurred while communicating with the
server
public java.lang.String mdmfmt()
throws java.io.IOException,
ServerResponseException
ClientProtocolmdmfmt in interface ClientProtocolmdmfmt in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - a socket IO error occurredServerResponseException - the server responded with an error code
public void mdmfmt(java.lang.String value)
throws java.io.IOException,
ServerResponseException
ClientProtocolmdmfmt in interface ClientProtocolmdmfmt in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolvalue - the new modem format string to usejava.io.IOException - a socket IO error occurredServerResponseException - the server responded with an error code
public void mode(char mode)
throws java.io.IOException,
ServerResponseException
Clientmode in interface Clientmode in class HylaFAXClientgnu.hylafax.Clientmode - the new mode settingjava.io.IOException - an io error occurred talking to the serverServerResponseException - the server replied with an error code
public void noop()
throws java.io.IOException,
ServerResponseException
ClientProtocolnoop in interface ClientProtocolnoop in class FtpClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - io error occurredServerResponseException - server replied with an error code
public void open()
throws java.net.UnknownHostException,
java.io.IOException,
ServerResponseException
ClientProtocolopen in interface ClientProtocolopen in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.net.UnknownHostException - cannot resolve the given hostnamejava.io.IOException - IO error occurredServerResponseException - the server replied with an error code
public void open(java.lang.String host)
throws java.net.UnknownHostException,
java.io.IOException,
ServerResponseException
ClientProtocolopen in interface ClientProtocolopen in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolhost - the hostname of the HylaFAX serverjava.net.UnknownHostException - cannot resolve the given hostnamejava.io.IOException - IO error occurredServerResponseException - the server replied with an error code
public void open(java.lang.String host,
int port)
throws java.net.UnknownHostException,
java.io.IOException,
ServerResponseException
FtpClientProtocolopen in class FtpClientProtocolgnu.inet.ftp.FtpClientProtocolhost - the hostname of the HylaFAX serverportnumber - the port the server is listening onjava.net.UnknownHostException - cannot resolve the given hostnamejava.io.IOException - IO error occurredServerResponseException - the server replied with an error code
public void pass(java.lang.String password)
throws java.io.IOException,
ServerResponseException
ClientProtocolpass in interface ClientProtocolpass in class FtpClientProtocolgnu.hylafax.ClientProtocolpassword - the password to login withjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public java.lang.String put(java.io.InputStream in)
throws java.io.IOException,
ServerResponseException
Clientput in interface Clientput in class HylaFAXClientgnu.hylafax.Clientjava.io.IOException - a socket IO error occurredServerResponseException - the server responded with an error
code
public void put(java.io.InputStream in,
java.lang.String pathname)
throws java.io.IOException,
ServerResponseException
Clientput in interface Clientput in class HylaFAXClientgnu.hylafax.Clientpathname - name of file to store on server (where to put the file on
the server)java.io.IOException - a socket IO error occurredServerResponseException - the server responded with an error
public java.lang.String putTemporary(java.io.InputStream data)
throws java.io.IOException,
ServerResponseException
ClientputTemporary in interface ClientputTemporary in class HylaFAXClientgnu.hylafax.Clientjava.io.IOException - io error occurred talking to the serverServerResponseException - server replied with error code
public void quit()
throws java.io.IOException,
ServerResponseException
ClientProtocolquit in interface ClientProtocolquit in class FtpClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - io error occurredServerResponseException - server replied with an error code
public java.lang.String rcvfmt()
throws java.io.IOException,
ServerResponseException
ClientProtocolrcvfmt in interface ClientProtocolrcvfmt in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - a socket IO error occurredServerResponseException - the server responded with an error code
public void rcvfmt(java.lang.String value)
throws java.io.IOException,
ServerResponseException
ClientProtocolrcvfmt in interface ClientProtocolrcvfmt in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolvalue - the new format stringjava.io.IOException - a socket IO error occurredServerResponseException - the server responded with an error codepublic void run()
run in interface java.lang.Runnablepublic void setDebug(boolean value)
ClientsetDebug in interface ClientsetDebug in class FtpClientProtocolgnu.hylafax.Clientvalue - new debug flag valuepublic void setPassive(boolean passive)
ClientsetPassive in interface ClientsetPassive in class HylaFAXClientgnu.hylafax.Clientpassive - indicates whether passive transfers should be usedpublic void setValid(boolean valid)
public long size(java.lang.String pathname)
throws java.io.IOException,
java.io.FileNotFoundException,
ServerResponseException
ClientProtocolsize in interface ClientProtocolsize in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolpathname - the name of the file to get the size forjava.io.IOException - caused by a socket IO errorServerResponseException - caused by a server response indicating an errorjava.io.FileNotFoundException - the given path does not existpublic void start()
public void stop()
public java.lang.String stot(java.io.InputStream data)
throws java.io.IOException,
ServerResponseException
ClientProtocolstot in interface ClientProtocolstot in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoljava.io.IOException - io error occurred talking to the serverServerResponseException - server replied with error code
public void submit(Job job)
throws ServerResponseException,
java.io.IOException
Clientsubmit in interface Clientsubmit in class HylaFAXClientgnu.hylafax.Clientjob - the Job to submitServerResponseException - java.io.IOException - an IO error occurred while communicating with the
server
public void suspend(Job job)
throws ServerResponseException,
java.io.IOException
Clientsuspend in interface Clientsuspend in class HylaFAXClientgnu.hylafax.Clientjob - the Job to suspendServerResponseException - java.io.IOException - an IO error occurred while communicating with the
server
public void tzone(java.lang.String value)
throws java.io.IOException,
ServerResponseException
ClientProtocoltzone in interface ClientProtocoltzone in class HylaFAXClientProtocolgnu.hylafax.ClientProtocolvalue - new timezone display settingjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public boolean user(java.lang.String username)
throws java.io.IOException,
ServerResponseException
ClientProtocoluser in interface ClientProtocoluser in class FtpClientProtocolgnu.hylafax.ClientProtocolusername - name of the user to login asjava.io.IOException - io error occurredServerResponseException - server replied with an error code
public java.net.InetAddress vrfy(java.lang.String dialstring)
throws java.io.IOException,
ServerResponseException
ClientProtocolvrfy in interface ClientProtocolvrfy in class HylaFAXClientProtocolgnu.hylafax.ClientProtocoldialstring - the dialstring to verifyjava.io.IOException - a socket IO error occurredServerResponseException - the server replied with an error code
public void wait(Job job)
throws ServerResponseException,
java.io.IOException
Clientwait in interface Clientwait in class HylaFAXClientgnu.hylafax.Clientjob - the job to wait forServerResponseException - java.io.IOException - an IO error occurred while communicating with the
server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||