|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnection
Interface for all connection objects.
Method Summary | |
---|---|
void |
disconnect()
Close the connection |
byte[] |
getResponse()
Returns the response in byte array format |
int |
sendRequest(java.lang.String req)
Send request to the server using this connection |
void |
setSoTimeout(int timeout)
SetTimeout |
Method Detail |
---|
int sendRequest(java.lang.String req) throws java.io.IOException
java.io.IOException
byte[] getResponse()
void disconnect()
void setSoTimeout(int timeout) throws java.net.SocketException
java.net.SocketException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |