public interface SessionConnector
Environment| Modifier and Type | Method and Description |
|---|---|
Session |
connect()
Returns a new session, blocking until it has been established.
|
Session |
connect(long timeout,
TimeUnit unit)
Returns a new session, blocking until it has been established.
|
Object |
getLocalAddress() |
Object |
getRemoteAddress() |
Session connect() throws IOException
IOExceptionSession connect(long timeout, TimeUnit unit) throws IOException
RemoteTimeoutExceptionIOExceptionObject getRemoteAddress()
Object getLocalAddress()
Copyright © 2006–2015 Cojen. All rights reserved.