Interface DiagnosticRequest
- All Known Implementing Classes:
NoopRequest
,PingRequest
,PingRequest
,PingRequest
,PingRequest
public interface DiagnosticRequest
Marker interface for extended information.
- Since:
- 1.5.3
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and Type Method Description SocketAddress
localSocket()
DiagnosticRequest
localSocket(SocketAddress socket)
SocketAddress
remoteSocket()
DiagnosticRequest
remoteSocket(SocketAddress socket)
-
Method Details
-
localSocket
SocketAddress localSocket() -
localSocket
-
remoteSocket
SocketAddress remoteSocket() -
remoteSocket
-