Package | Description |
---|---|
org.simpleframework.http.message | |
org.simpleframework.transport | |
org.simpleframework.transport.reactor | |
org.simpleframework.transport.trace |
Modifier and Type | Field and Description |
---|---|
protected Trace |
EntityConsumer.trace
This is used to trace the progress of the request consumption.
|
Modifier and Type | Method and Description |
---|---|
Trace |
Socket.getTrace()
This is used to acquire the trace object that is associated
with the socket.
|
Trace |
SocketTransport.getTrace()
This is used to acquire the trace object that is associated
with the socket.
|
Trace |
SocketWrapper.getTrace()
This is used to acquire the trace object that is associated
with the socket.
|
Trace |
TransportChannel.getTrace()
This gets the
Trace object associated with the
channel. |
Trace |
Channel.getTrace()
This gets the
Trace object associated with the
channel. |
Constructor and Description |
---|
SocketWrapper(SocketChannel channel,
Trace trace)
This creates a
SocketWrapper from a socket channel. |
SocketWrapper(SocketChannel channel,
Trace trace,
SSLEngine engine)
This creates a
SecureSocket from a socket channel. |
Modifier and Type | Method and Description |
---|---|
Trace |
Operation.getTrace()
This is used to acquire the trace object that is associated
with the operation.
|
Modifier and Type | Method and Description |
---|---|
Trace |
TraceAnalyzer.attach(SelectableChannel channel)
This method is used to attach a trace to the specified channel.
|
Copyright © 2024. All rights reserved.