| Package | Description |
|---|---|
| com.sshtools.synergy.nio |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticContextFactory<T extends ProtocolContext>
Holds a single context
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolContextFactory<?> |
ListeningInterface.getContextFactory() |
| 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.
|
| Constructor and Description |
|---|
ListeningInterface(java.net.InetSocketAddress addressToBind,
ProtocolContextFactory<?> context) |
ListeningInterface(java.net.InetSocketAddress addressToBind,
ProtocolContextFactory<?> context,
int backlog) |
Copyright © 2021. All rights reserved.