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 TraceRequestCollector. traceThis is the trace used to listen for various collect events.private TraceRequestDispatcher. traceThis is the trace that is used to track the request dispatch.private 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 Modifier and Type Method Description TraceRequestReader. 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 TraceContinueDispatcher. traceThis is the trace used to capture a continue response if any.protected TraceEntityConsumer. traceThis 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 TraceFrameCollector. traceThis is the tracer that is used to trace the frame collection.private TraceFrameConnection. traceThis is used to trace all events that occur on the channel.private TraceFrameEncoder. traceThis is used to trace the traffic on the channel.private TraceFrameProcessor. traceThis is used to trace the events that occur on the channel.private TraceResponseBuilder. traceThis is used to trace the activity for the handshake.private TraceStatusChecker. traceThis is used to trace various events for this pinger.Methods in org.simpleframework.http.socket.service that return Trace Modifier and Type Method Description TraceFrameCollector. 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 TraceFlushScheduler. traceThis is the trace that listens to all transport events.private TraceFlushSignaller. traceThis is used to trace the activity for the operation.private TraceHandshake. traceThis is the trace that is used to monitor handshake events.private TraceNegotiationState.Challenge. traceThis is used to trace the certificate challenge request.private TraceNegotiationState.Delegate. traceThis is used to trace any errors when running the task.protected 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 TraceSocketWrapper. traceThis can be used to trace specific events for the socket.private TraceTransportChannel. traceThis is the trace used to monitor events on the channel.Methods in org.simpleframework.transport that return Trace Modifier and Type Method Description TraceChannel. getTrace()This gets theTraceobject associated with the channel.TraceFlushSignaller. getTrace()This is used to acquire the trace object that is associated with the operation.TraceHandshake. getTrace()This is used to acquire the trace object that is associated with the operation.TracePhase. getTrace()This is used to acquire the trace object that is associated with the operation.TraceSecureTransport. getTrace()This is used to acquire the trace object that is associated with the socket.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.TraceTransportDispatcher. 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 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(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.connect
Classes in org.simpleframework.transport.connect that implement Trace Modifier and Type Class Description (package private) classSocketTraceTheSocketTraceis used to wrap an trace for safety.Fields in org.simpleframework.transport.connect declared as Trace Modifier and Type Field Description private TraceSocketAcceptor. traceThis is used to collect trace events with the acceptor.private TraceSocketTrace. traceThis is the actual trace that is being wrapped by this.Methods in org.simpleframework.transport.connect that return Trace Modifier and Type Method Description TraceSocketAnalyzer. attach(java.nio.channels.SelectableChannel channel)This method is used to attach a trace to the specified channel.TraceSocketAcceptor. 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 voidSocketAcceptor. process(java.nio.channels.SocketChannel channel, Trace trace)This method is used to dispatch the socket for processing.private voidSocketAcceptor. 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 theSocketTraceobject. -
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.
-