SocketConnection

class Object
trait Matchable
class Any

Value members

Abstract methods

def close(): Unit

Close this Connection

Close this Connection

def isOpen: Boolean

Return of the connection is currently open

Return of the connection is currently open

def local: SocketAddress

Return the local SocketAddress associated with the connection

Return the local SocketAddress associated with the connection

def remote: SocketAddress

Return the SocketAddress of the remote connection

Return the SocketAddress of the remote connection

Concrete methods

final def localInetAddress: Option[InetAddress]
final def remoteInetAddress: Option[InetAddress]