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

Packages that use Trace
org.simpleframework.transport   
org.simpleframework.transport.reactor   
org.simpleframework.transport.trace   
 

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.reactor
 

Methods in org.simpleframework.transport.reactor that return Trace
 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
 Trace TraceAnalyzer.attach(SelectableChannel channel)
          This method is used to attach a trace to the specified channel.
 



Copyright © 2014. All Rights Reserved.