Package | Description |
---|---|
org.simpleframework.transport | |
org.simpleframework.transport.reactor |
Constructor and Description |
---|
SocketTransport(Socket socket,
Reactor reactor)
Constructor for the
SocketTransport object. |
SocketTransport(Socket socket,
Reactor reactor,
int buffer)
Constructor for the
SocketTransport object. |
SocketTransport(Socket socket,
Reactor reactor,
int buffer,
int threshold)
Constructor for the
SocketTransport object. |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorReactor
The
ExecutorReactor is used to schedule operation for
execution using an Executor implementation. |
class |
SynchronousReactor
The
SynchronousReactor object is used to execute the
ready operations of within a single synchronous thread. |
Copyright © 2019. All rights reserved.