An JSAddress object specifying the peer address for this connection. This is writable only if the connection has never been connected. It may be null if the message associated with this connection was locally generated. |
|
An JSAddress object specifying the local address for this connection. It may be null if the message associated with this connection was locally generated. read-only |
|
An SSLSession object containing the SSL session information (for SSL connections). If the connection is not ssl or not connected this is null. |