Uses of Interface
org.simpleframework.transport.trace.Trace
-
-
Uses of Trace in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as Trace Modifier and Type Field Description private Trace
RequestCollector. trace
This is the trace used to listen for various collect events.private Trace
RequestDispatcher. trace
This is the trace that is used to track the request dispatch.private 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 Modifier and Type Method Description Trace
RequestReader. getTrace()
This is used to acquire the trace object that is associated with the operation. -
Uses of Trace in org.simpleframework.http.message
Fields in org.simpleframework.http.message declared as Trace Modifier and Type Field Description private Trace
ContinueDispatcher. trace
This is the trace used to capture a continue response if any.protected Trace
EntityConsumer. trace
This is used to trace the progress of the request consumption. -
Uses of Trace in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as Trace Modifier and Type Field Description private Trace
FrameCollector. trace
This is the tracer that is used to trace the frame collection.private Trace
FrameConnection. trace
This is used to trace all events that occur on the channel.private Trace
FrameEncoder. trace
This is used to trace the traffic on the channel.private Trace
FrameProcessor. trace
This is used to trace the events that occur on the channel.private Trace
ResponseBuilder. trace
This is used to trace the activity for the handshake.private Trace
StatusChecker. trace
This is used to trace various events for this pinger.Methods in org.simpleframework.http.socket.service that return Trace Modifier and Type Method Description Trace
FrameCollector. getTrace()
This is used to acquire the trace object that is associated with the operation. -
Uses of Trace in org.simpleframework.transport
Fields in org.simpleframework.transport declared as Trace Modifier and Type Field Description private Trace
FlushScheduler. trace
This is the trace that listens to all transport events.private Trace
FlushSignaller. trace
This is used to trace the activity for the operation.private Trace
Handshake. trace
This is the trace that is used to monitor handshake events.private Trace
NegotiationState.Challenge. trace
This is used to trace the certificate challenge request.private Trace
NegotiationState.Delegate. trace
This is used to trace any errors when running the task.protected 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 Trace
SocketWrapper. trace
This can be used to trace specific events for the socket.private Trace
TransportChannel. trace
This is the trace used to monitor events on the channel.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
FlushSignaller. getTrace()
This is used to acquire the trace object that is associated with the operation.Trace
Handshake. getTrace()
This is used to acquire the trace object that is associated with the operation.Trace
Phase. getTrace()
This is used to acquire the trace object that is associated with the operation.Trace
SecureTransport. getTrace()
This is used to acquire the trace object that is associated with the socket.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.Trace
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 Trace Constructor Description Committer(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(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.connect
Classes in org.simpleframework.transport.connect that implement Trace Modifier and Type Class Description (package private) class
SocketTrace
TheSocketTrace
is used to wrap an trace for safety.Fields in org.simpleframework.transport.connect declared as Trace Modifier and Type Field Description private Trace
SocketAcceptor. trace
This is used to collect trace events with the acceptor.private Trace
SocketTrace. trace
This is the actual trace that is being wrapped by this.Methods in org.simpleframework.transport.connect that return Trace Modifier and Type Method Description Trace
SocketAnalyzer. attach(java.nio.channels.SelectableChannel channel)
This method is used to attach a trace to the specified channel.Trace
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 Trace Modifier and Type Method Description private void
SocketAcceptor. process(java.nio.channels.SocketChannel channel, Trace trace)
This method is used to dispatch the socket for processing.private void
SocketAcceptor. process(java.nio.channels.SocketChannel channel, Trace trace, javax.net.ssl.SSLEngine engine)
This method is used to dispatch the socket for processing.Constructors in org.simpleframework.transport.connect with parameters of type Trace Constructor Description SocketTrace(Trace trace)
Constructor for theSocketTrace
object. -
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.
-