Package | Description |
---|---|
ra.net | |
ra.net.nio |
Modifier and Type | Interface and Description |
---|---|
interface |
NetServiceable
Communication processing layer.
|
Modifier and Type | Class and Description |
---|---|
class |
NetService
Provider socket write and read.
|
Modifier and Type | Method and Description |
---|---|
Serviceable<?> |
NetServerApplication.getService(int index) |
Serviceable<?> |
NetServiceProvider.getService(int index)
Hash Key : Net{0~n}.
|
Serviceable<?> |
NetServerApplication.getService(java.lang.String key)
Returns service.
|
Modifier and Type | Method and Description |
---|---|
void |
NetServerApplication.putService(int index,
Serviceable<?> service)
Put Serviceable.
|
void |
NetServerApplication.putService(java.lang.String key,
Serviceable<?> service)
Put Serviceable.
|
Modifier and Type | Class and Description |
---|---|
class |
DataNetService
Provide TCP/IP write with read use bytes, and the support text with file format transmission.
|
Constructor and Description |
---|
Sender(Serviceable<E> listener,
Transfer transferListener,
java.net.Socket socket,
int timeout)
Initialize.
|