| Package | Description |
|---|---|
| com.sshtools.synergy.nio | |
| com.sshtools.synergy.ssh |
| Modifier and Type | Method and Description |
|---|---|
ListeningInterface |
SshEngineContext.addListeningInterface(java.net.InetAddress addressToBind,
int portToBind,
ProtocolContextFactory<?> contextFactory,
boolean reuseAddress)
Add an interface and port to the listening socket list and provide the
protocol context.
|
ListeningInterface |
SshEngineContext.addListeningInterface(java.lang.String addressToBind,
int portToBind,
ProtocolContextFactory<?> contextFactory,
boolean reuseAddress)
Add an interface and port to the listening socket list and provide the
protocol context.
|
ListeningInterface[] |
SshEngineContext.getListeningInterfaces()
Get the listening socket list.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ClientAcceptor.finishAccept(java.nio.channels.SelectionKey key,
ListeningInterface li)
Complete the accept operation.
|
void |
SshEngineListenerAdapter.interfaceCannotStart(SshEngine engine,
ListeningInterface li,
java.io.IOException ex) |
void |
SshEngineListener.interfaceCannotStart(SshEngine engine,
ListeningInterface li,
java.io.IOException ex) |
void |
SshEngineListenerAdapter.interfaceCannotStop(SshEngine engine,
ListeningInterface li,
java.io.IOException e) |
void |
SshEngineListener.interfaceCannotStop(SshEngine engine,
ListeningInterface li,
java.io.IOException e) |
void |
SshEngineListenerAdapter.interfaceStarted(SshEngine engine,
ListeningInterface li) |
void |
SshEngineListener.interfaceStarted(SshEngine engine,
ListeningInterface li) |
void |
SshEngineListenerAdapter.interfaceStopped(SshEngine engine,
ListeningInterface li) |
void |
SshEngineListener.interfaceStopped(SshEngine engine,
ListeningInterface li) |
void |
SshEngine.removeAcceptor(ListeningInterface li) |
protected boolean |
SshEngine.startListeningInterface(ListeningInterface li) |
| Constructor and Description |
|---|
ClientAcceptor(ListeningInterface li)
Construct an acceptor with a protocol context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SocketListeningForwardingFactoryImpl.finishAccept(java.nio.channels.SelectionKey key,
ListeningInterface li) |
Copyright © 2021. All rights reserved.