Uses of Interface
org.simpleframework.transport.trace.Trace
-
Packages that use Trace Package Description org.simpleframework.transport org.simpleframework.transport.reactor org.simpleframework.transport.trace -
-
Uses of Trace in org.simpleframework.transport
Methods in org.simpleframework.transport that return Trace Modifier and Type Method Description Trace
Channel. getTrace()
This gets theTrace
object associated with the channel.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 theTrace
object associated with the channel.Constructors in org.simpleframework.transport with parameters of type Trace Constructor Description SocketWrapper(java.nio.channels.SocketChannel channel, Trace trace)
This creates aSocketWrapper
from a socket channel.SocketWrapper(java.nio.channels.SocketChannel channel, Trace trace, javax.net.ssl.SSLEngine engine)
This creates aSecureSocket
from a socket channel. -
Uses of Trace in org.simpleframework.transport.reactor
Methods in org.simpleframework.transport.reactor that return Trace Modifier and Type Method Description Trace
Operation. getTrace()
This is used to acquire the trace object that is associated with the operation. -
Uses of Trace in org.simpleframework.transport.trace
Methods in org.simpleframework.transport.trace that return Trace Modifier and Type Method Description Trace
TraceAnalyzer. attach(java.nio.channels.SelectableChannel channel)
This method is used to attach a trace to the specified channel.
-