public interface Connection
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activate this connection
|
void |
close()
Closes the connection
|
ExecutorService |
getExecutorService() |
Initiator |
getInitiator()
Returns an Initiator instance
|
InetAddress |
getRemoteAddress()
Returns the address on the remote end of this connection.
|
Integer |
getRemotePort()
Returns the port on the remote end of this connection.
|
boolean |
isOpen()
Returns true if this connection is open
|
void activate()
Initiator getInitiator()
void close()
boolean isOpen()
InetAddress getRemoteAddress()
LazyConnection
this method may return null
.getRemotePort()
ExecutorService getExecutorService()
Integer getRemotePort()
LazyConnection
this method may return null
.getRemoteAddress()
Copyright © 2001–2017 University Health Network. All rights reserved.