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 TraceChannel. getTrace()This gets theTraceobject associated with the channel.TraceSocket. getTrace()This is used to acquire the trace object that is associated with the socket.TraceSocketTransport. getTrace()This is used to acquire the trace object that is associated with the socket.TraceSocketWrapper. getTrace()This is used to acquire the trace object that is associated with the socket.TraceTransportChannel. getTrace()This gets theTraceobject 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 aSocketWrapperfrom a socket channel.SocketWrapper(java.nio.channels.SocketChannel channel, Trace trace, javax.net.ssl.SSLEngine engine)This creates aSecureSocketfrom 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 TraceOperation. 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 TraceTraceAnalyzer. attach(java.nio.channels.SelectableChannel channel)This method is used to attach a trace to the specified channel.
-