Uses of Interface
org.simpleframework.transport.trace.Trace
Packages that use Trace
Package
Description
-
Uses of Trace in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as TraceModifier and TypeFieldDescriptionprivate final Trace
RequestCollector.trace
This is the trace used to listen for various collect events.private final Trace
RequestDispatcher.trace
This is the trace that is used to track the request dispatch.private final Trace
RequestReader.trace
This is used to collect any trace information.private Trace
ResponseEncoder.trace
This is the trace used to monitor events in the data transfer.private Trace
ResponseEntity.trace
This is used to trace events that occur with the responseprivate Trace
ResponseObserver.trace
This is the trace used to observe the state of the stream.Methods in org.simpleframework.http.core that return Trace -
Uses of Trace in org.simpleframework.http.message
Fields in org.simpleframework.http.message declared as Trace -
Uses of Trace in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as TraceModifier and TypeFieldDescriptionprivate final Trace
FrameCollector.trace
This is the tracer that is used to trace the frame collection.private final Trace
FrameConnection.trace
This is used to trace all events that occur on the channel.private final Trace
FrameEncoder.trace
This is used to trace the traffic on the channel.private final Trace
FrameProcessor.trace
This is used to trace the events that occur on the channel.private final Trace
ResponseBuilder.trace
This is used to trace the activity for the handshake.private final Trace
StatusChecker.trace
This is used to trace various events for this pinger.Methods in org.simpleframework.http.socket.service that return Trace -
Uses of Trace in org.simpleframework.transport
Fields in org.simpleframework.transport declared as TraceModifier and TypeFieldDescriptionprivate Trace
FlushScheduler.trace
This is the trace that listens to all transport events.private final Trace
FlushSignaller.trace
This is used to trace the activity for the operation.private final Trace
Handshake.trace
This is the trace that is used to monitor handshake events.private final Trace
NegotiationState.Challenge.trace
This is used to trace the certificate challenge request.private final Trace
NegotiationState.Delegate.trace
This is used to trace any errors when running the task.protected final Trace
Phase.trace
This is the trace used to monitor the handshake socket.private Trace
SecureTransport.trace
This is the trace that is used to monitor socket activity.private Trace
SocketBuffer.trace
This is used to trace various events that occur.private Trace
SocketBufferAppender.trace
This is the trace used to watch the buffering events.private Trace
SocketTransport.trace
This is the trace used to monitor all transport events.private final Trace
SocketWrapper.trace
This can be used to trace specific events for the socket.private final Trace
TransportChannel.trace
This is the trace used to monitor events on the channel.Methods in org.simpleframework.transport that return TraceModifier and TypeMethodDescriptionChannel.getTrace()
This gets theTrace
object associated with the channel.FlushSignaller.getTrace()
This is used to acquire the trace object that is associated with the operation.Handshake.getTrace()
This is used to acquire the trace object that is associated with the operation.Phase.getTrace()
This is used to acquire the trace object that is associated with the operation.SecureTransport.getTrace()
This is used to acquire the trace object that is associated with the socket.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 theTrace
object associated with the channel.TransportDispatcher.getTrace()
This is used to acquire the trace object that is associated with the operation.Constructors in org.simpleframework.transport with parameters of type TraceModifierConstructorDescriptionCommitter
(Negotiation state, Reactor reactor, Trace trace) Constructor for theCommitter
task.Consumer
(Negotiation state, Reactor reactor, Trace trace) Constructor for theConsumer
task.Phase
(Negotiation state, Reactor reactor, Trace trace, int require) Constructor for thePhase
object.Producer
(Negotiation state, Reactor reactor, Trace trace) Constructor for theProducer
task.SocketWrapper
(SocketChannel channel, Trace trace) This creates aSocketWrapper
from a socket channel.SocketWrapper
(SocketChannel channel, Trace trace, SSLEngine engine) This creates aSecureSocket
from a socket channel. -
Uses of Trace in org.simpleframework.transport.connect
Classes in org.simpleframework.transport.connect that implement TraceModifier and TypeClassDescription(package private) class
TheSocketTrace
is used to wrap an trace for safety.Fields in org.simpleframework.transport.connect declared as TraceModifier and TypeFieldDescriptionprivate final Trace
SocketAcceptor.trace
This is used to collect trace events with the acceptor.private final Trace
SocketTrace.trace
This is the actual trace that is being wrapped by this.Methods in org.simpleframework.transport.connect that return TraceModifier and TypeMethodDescriptionSocketAnalyzer.attach
(SelectableChannel channel) This method is used to attach a trace to the specified channel.SocketAcceptor.getTrace()
This is used to acquire the trace object that is associated with the operation.Methods in org.simpleframework.transport.connect with parameters of type TraceModifier and TypeMethodDescriptionprivate void
SocketAcceptor.process
(SocketChannel channel, Trace trace) This method is used to dispatch the socket for processing.private void
SocketAcceptor.process
(SocketChannel channel, Trace trace, SSLEngine engine) This method is used to dispatch the socket for processing.Constructors in org.simpleframework.transport.connect with parameters of type Trace -
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.