ice.net
Interface Connection
- public interface Connection
read
public int read(byte[] readBuffer,
int offset,
int length)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
disconnect
public void disconnect()
throws IOException
- Throws:
IOException
getInputStream
public InputStream getInputStream(HttpURLConnection con)
throws IOException
- Throws:
IOException
getOutputStream
public OutputStream getOutputStream()
awaitingSocketCreation
public boolean awaitingSocketCreation()
setSocket
public void setSocket(SimpleSocket s)
throws IOException
- Throws:
IOException