org.idoox.transport.client
Interface ClientConnection

All Superinterfaces:
Connection

public interface ClientConnection
extends Connection

This class represents the connection from a client point of view.

Component:
Core

Method Summary
 void setTimeout(int time)
          Sets timeout for this connection in milliseconds.
 
Methods inherited from interface org.idoox.transport.Connection
getInputMessage, getMethod, getOutputMessage, getURI, setInputMessage, setOutputMessage
 

Method Detail

setTimeout

public void setTimeout(int time)
                throws java.io.IOException
Sets timeout for this connection in milliseconds.

Parameters:
time - timeout in milliseconds
Throws:
java.io.IOException - if an I/O error occurs