Class SocketTrace
java.lang.Object
org.simpleframework.transport.connect.SocketTrace
- All Implemented Interfaces:
Trace
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
trace
This is the actual trace that is being wrapped by this.
-
-
Constructor Details
-
SocketTrace
Constructor for theSocketTraceobject. This will create a trace object that wraps the one provided. If the provided trace is null then this will simply ignore all events.- Parameters:
trace- this is the trace that is to be wrapped by this
-
-
Method Details
-
trace
This method is used to accept an event that occurred on the socket associated with this trace. Typically the event is a symbolic description of the event such as an enum or a string. -
trace
This method is used to accept an event that occurred on the socket associated with this trace. Typically the event is a symbolic description of the event such as an enum or a string.
-