Interface PeerInfo
- All Known Subinterfaces:
PeerInfoWritable
public interface PeerInfo
PeerInfo
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
-
Method Details
-
of
-
address
SocketAddress address() -
host
String host() -
port
int port() -
tlsPrincipal
Principal tlsPrincipal() -
tlsCertificates
Certificate[] tlsCertificates()
-