| Package | Description |
|---|---|
| com.bensherman.rtlsdrdjava.tcpcli | |
| jimpatrizi.com.netrtl |
| Modifier and Type | Field and Description |
|---|---|
private TcpClient |
TcpSocketWriter.tcpClient
The TcpClient which instantiated this class.
|
private TcpClient |
TcpSocketReader.tcpClient
The TcpClient which instantiated this TcpSocketReader
|
| Constructor and Description |
|---|
TcpSocketReader(java.net.Socket socket,
TcpClient tcpClient)
Constructs a TcpSocketReader
|
TcpSocketWriter(java.net.Socket socketToWriteTo,
TcpClient tcpClient)
Constructs a new TcpSocketWriter.
|
| Modifier and Type | Field and Description |
|---|---|
private TcpClient |
ResponseListener.tcpClient
tcpClient to listen to
|
private static TcpClient |
MainActivity.tcpClient
TcpClient
|
| Modifier and Type | Method and Description |
|---|---|
static TcpClient |
MainActivity.getTcpClient()
TcpClient Getter
|
| Constructor and Description |
|---|
ResponseListener(TcpClient tcpClient,
android.app.Activity mainActivity)
Constructor that constructs, tcpClient, mainActivity
|