Uses of Interface
org.simpleframework.transport.trace.Trace

Packages that use Trace
org.simpleframework.http.message   
org.simpleframework.transport   
org.simpleframework.transport.trace   
 

Uses of Trace in org.simpleframework.http.message
 

Fields in org.simpleframework.http.message declared as Trace
protected  Trace EntityConsumer.trace
          This is used to trace the progress of the request consumption.
 

Uses of Trace in org.simpleframework.transport
 

Methods in org.simpleframework.transport that return Trace
 Trace TransportChannel.getTrace()
          This gets the Trace object associated with the channel.
 Trace SocketWrapper.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 Socket.getTrace()
          This is used to acquire the trace object that is associated with the socket.
 Trace Channel.getTrace()
          This gets the Trace object associated with the channel.
 

Constructors in org.simpleframework.transport with parameters of type Trace
SocketWrapper(SocketChannel channel, Trace trace)
          This creates a SocketWrapper from a socket channel.
SocketWrapper(SocketChannel channel, Trace trace, SSLEngine engine)
          This creates a SecureSocket from a socket channel.
 

Uses of Trace in org.simpleframework.transport.trace
 

Methods in org.simpleframework.transport.trace that return Trace
 Trace Agent.attach(SocketChannel channel)
          This method is used to attach a trace to the specified channel.
 



Copyright © 2013. All Rights Reserved.