|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ProtocolContext | |
|---|---|
| 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. |
| Uses of ProtocolContext in com.maverick.nio |
|---|
| Methods in com.maverick.nio that return ProtocolContext | |
|---|---|
ProtocolContext |
ListeningInterface.getContext()
|
| Methods in com.maverick.nio with parameters of type ProtocolContext | |
|---|---|
void |
DaemonContext.addListeningInterface(java.net.InetAddress addressToBind,
int portToBind,
ProtocolContext context)
Add an interface and port to the listening socket list and provide the protocol context. |
void |
DaemonContext.addListeningInterface(java.lang.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(java.nio.channels.SelectionKey key,
ProtocolContext protocolContext)
Complete the accept operation. |
| Constructors in com.maverick.nio with parameters of type ProtocolContext | |
|---|---|
ClientAcceptor(ProtocolContext protocolContext)
Construct an acceptor with a protocol context. |
|
ListeningInterface(java.net.InetSocketAddress addressToBind,
ProtocolContext context)
|
|
| Uses of ProtocolContext in com.maverick.sshd |
|---|
| Subclasses of ProtocolContext in com.maverick.sshd | |
|---|---|
class |
SshContext
This class defines an SSH context for listening interfaces on the Daemon. |
| Methods in com.maverick.sshd with parameters of type ProtocolContext | |
|---|---|
boolean |
RemoteForwardingFactoryImpl.finishAccept(java.nio.channels.SelectionKey key,
ProtocolContext protocolContext)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||