Package | Description |
---|---|
com.maverick.nio |
This package contains a generic framework for Java NIO daemons.
|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
Modifier and Type | Method and Description |
---|---|
ProtocolContext |
ProtocolEngine.getContext() |
ProtocolContext |
ListeningInterface.getContext() |
Modifier and Type | Method and Description |
---|---|
ListeningInterface |
DaemonContext.addListeningInterface(InetAddress addressToBind,
int portToBind,
int backlog,
ProtocolContext context)
Add an interface and port to the listening socket list and provide the
protocol context.
|
ListeningInterface |
DaemonContext.addListeningInterface(InetAddress addressToBind,
int portToBind,
ProtocolContext context)
Add an interface and port to the listening socket list and provide the
protocol context.
|
ListeningInterface |
DaemonContext.addListeningInterface(String addressToBind,
int portToBind,
int backlog,
ProtocolContext context)
Add an interface and port to the listening socket list and provide the
protocol context.
|
ListeningInterface |
DaemonContext.addListeningInterface(String addressToBind,
int portToBind,
ProtocolContext context)
Add an interface and port to the listening socket list and provide the
protocol context.
|
abstract boolean |
ClientAcceptor.finishAccept(SelectionKey key,
ProtocolContext protocolContext)
Complete the accept operation.
|
Constructor and Description |
---|
ClientAcceptor(ProtocolContext protocolContext)
Construct an acceptor with a protocol context.
|
ListeningInterface(InetSocketAddress addressToBind,
ProtocolContext context) |
ListeningInterface(InetSocketAddress addressToBind,
ProtocolContext context,
int backlog) |
Modifier and Type | Class and Description |
---|---|
class |
SshContext
This class defines an SSH context for listening interfaces on the
Daemon . |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteForwardingFactoryImpl.finishAccept(SelectionKey key,
ProtocolContext protocolContext) |
Copyright © 2024. All rights reserved.