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 TraceRequestCollector.traceThis is the trace used to listen for various collect events.private final TraceRequestDispatcher.traceThis is the trace that is used to track the request dispatch.private final TraceRequestReader.traceThis is used to collect any trace information.private TraceResponseEncoder.traceThis is the trace used to monitor events in the data transfer.private TraceResponseEntity.traceThis is used to trace events that occur with the responseprivate TraceResponseObserver.traceThis 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 TraceFrameCollector.traceThis is the tracer that is used to trace the frame collection.private final TraceFrameConnection.traceThis is used to trace all events that occur on the channel.private final TraceFrameEncoder.traceThis is used to trace the traffic on the channel.private final TraceFrameProcessor.traceThis is used to trace the events that occur on the channel.private final TraceResponseBuilder.traceThis is used to trace the activity for the handshake.private final TraceStatusChecker.traceThis 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 TraceFlushScheduler.traceThis is the trace that listens to all transport events.private final TraceFlushSignaller.traceThis is used to trace the activity for the operation.private final TraceHandshake.traceThis is the trace that is used to monitor handshake events.private final TraceNegotiationState.Challenge.traceThis is used to trace the certificate challenge request.private final TraceNegotiationState.Delegate.traceThis is used to trace any errors when running the task.protected final TracePhase.traceThis is the trace used to monitor the handshake socket.private TraceSecureTransport.traceThis is the trace that is used to monitor socket activity.private TraceSocketBuffer.traceThis is used to trace various events that occur.private TraceSocketBufferAppender.traceThis is the trace used to watch the buffering events.private TraceSocketTransport.traceThis is the trace used to monitor all transport events.private final TraceSocketWrapper.traceThis can be used to trace specific events for the socket.private final TraceTransportChannel.traceThis is the trace used to monitor events on the channel.Methods in org.simpleframework.transport that return TraceModifier and TypeMethodDescriptionChannel.getTrace()This gets theTraceobject 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 theTraceobject 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 theCommittertask.Consumer(Negotiation state, Reactor reactor, Trace trace) Constructor for theConsumertask.Phase(Negotiation state, Reactor reactor, Trace trace, int require) Constructor for thePhaseobject.Producer(Negotiation state, Reactor reactor, Trace trace) Constructor for theProducertask.SocketWrapper(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.connect
Classes in org.simpleframework.transport.connect that implement TraceModifier and TypeClassDescription(package private) classTheSocketTraceis used to wrap an trace for safety.Fields in org.simpleframework.transport.connect declared as TraceModifier and TypeFieldDescriptionprivate final TraceSocketAcceptor.traceThis is used to collect trace events with the acceptor.private final TraceSocketTrace.traceThis 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 voidSocketAcceptor.process(SocketChannel channel, Trace trace) This method is used to dispatch the socket for processing.private voidSocketAcceptor.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.