Modifier and Type | Method and Description |
---|---|
static SshConstants.Message |
SshConstants.Message.fromByte(byte b) |
static SshConstants.Message |
SshConstants.Message.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SshConstants.Message[] |
SshConstants.Message.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
Session.createBuffer(SshConstants.Message cmd,
int estimatedSize)
Create a new buffer for the specified SSH packet and reserve the needed space
(5 bytes) for the packet header.
|
Constructor and Description |
---|
ChannelOutputStream(AbstractChannel channel,
Window remoteWindow,
org.slf4j.Logger log,
SshConstants.Message cmd) |
Modifier and Type | Method and Description |
---|---|
Buffer |
AbstractSession.createBuffer(SshConstants.Message cmd,
int len)
Create a new buffer for the specified SSH packet and reserve the needed space
(5 bytes) for the packet header.
|
Modifier and Type | Method and Description |
---|---|
SshConstants.Message |
Buffer.getCommand() |
Modifier and Type | Method and Description |
---|---|
void |
Buffer.putCommand(SshConstants.Message cmd) |
Modifier and Type | Method and Description |
---|---|
boolean |
HandshakingUserAuth.handles(SshConstants.Message msg)
Check whether a particular message is handled here.
|
Boolean |
HandshakingUserAuth.next(ServerSession session,
SshConstants.Message msg,
Buffer buffer)
Handle another step in the authentication process.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserAuthGSS.handles(SshConstants.Message msg)
Check whether a particular message is handled here.
|
Boolean |
UserAuthGSS.next(ServerSession session,
SshConstants.Message msg,
Buffer buffer)
Handle another step in the authentication process.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.