Package | Description |
---|---|
org.simpleframework.http.core | |
org.simpleframework.transport |
Modifier and Type | Method and Description |
---|---|
void |
ContainerTransportProcessor.process(Transport transport)
This is used to consume HTTP messages that arrive on the given
transport.
|
Modifier and Type | Class and Description |
---|---|
class |
SocketTransport
The
SocketTransport object offers a transport that can
send and receive bytes in a non-blocking manner. |
Modifier and Type | Method and Description |
---|---|
void |
TransportProcessor.process(Transport transport)
This is used to process a
Transport instance in
a higher layer that can handle a protocol. |
Constructor and Description |
---|
TransportChannel(Transport transport)
Constructor for the
TransportChannel object. |
TransportCursor(Transport transport)
Constructor for the
TransportCursor object. |
TransportCursor(Transport transport,
int size)
Constructor for the
TransportCursor object. |
TransportWriter(Transport transport)
Constructor for the
TransportWriter object. |
Copyright © 2023. All rights reserved.