Uses of Interface
org.simpleframework.transport.trace.Trace
Packages that use Trace
Package
Description
-
Uses of Trace in org.simpleframework.http.message
Fields in org.simpleframework.http.message declared as Trace -
Uses of Trace in org.simpleframework.transport
Methods in org.simpleframework.transport that return TraceModifier and TypeMethodDescriptionChannel.getTrace()This gets theTraceobject associated with the channel.Socket.getTrace()This is used to acquire the trace object that is associated with the socket.SocketTransport.getTrace()This is used to acquire the trace object that is associated with the socket.SocketWrapper.getTrace()This is used to acquire the trace object that is associated with the socket.TransportChannel.getTrace()This gets theTraceobject associated with the channel.Constructors in org.simpleframework.transport with parameters of type TraceModifierConstructorDescriptionSocketWrapper(SocketChannel channel, Trace trace) This creates aSocketWrapperfrom a socket channel.SocketWrapper(SocketChannel channel, Trace trace, 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 -
Uses of Trace in org.simpleframework.transport.trace
Methods in org.simpleframework.transport.trace that return TraceModifier and TypeMethodDescriptionTraceAnalyzer.attach(SelectableChannel channel) This method is used to attach a trace to the specified channel.