public class ClientTransport
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
long |
getLastRequestSize()
Returns the byte size of the last request sent on the client transport.
|
long |
getLastResponseSize()
Returns the byte size of the last response received on the client transport.
|
long |
getMaxIncomingMessageLength()
Returns maximum incoming message length.
|
java.math.BigInteger |
getRunningTotalBytesReceived()
Returns the running total of bytes received on the client transport.
|
java.math.BigInteger |
getRunningTotalBytesSent()
Returns the running total of bytes sent on the client transport.
|
TransportType |
getTransportType()
Returns the transport type of this client transport.
|
void |
resetRunningTotals()
Resets the bytes-sent and bytes-received running totals to zero.
|
void |
setMaxIncomingMessageLength(long maxMessageLength)
Sets maximum incoming message length.
|
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public TransportType getTransportType()
public void setMaxIncomingMessageLength(long maxMessageLength)
public long getMaxIncomingMessageLength()
public long getLastRequestSize()
public long getLastResponseSize()
public java.math.BigInteger getRunningTotalBytesSent()
public java.math.BigInteger getRunningTotalBytesReceived()
public void resetRunningTotals()