public class

TcpDuplexSocket

extends Object
implements DuplexSocket
java.lang.Object
   ↳ mobisocial.comm.TcpDuplexSocket

Summary

Public Constructors
TcpDuplexSocket(String host, int port)
Public Methods
void close()
void connect()
InputStream getInputStream()
OutputStream getOutputStream()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.io.Closeable
From interface mobisocial.comm.DuplexSocket

Public Constructors

public TcpDuplexSocket (String host, int port)

Throws
IOException

Public Methods

public void close ()

Throws
IOException

public void connect ()

Throws
IOException

public InputStream getInputStream ()

Throws
IOException

public OutputStream getOutputStream ()

Throws
IOException