Modifier and Type | Method and Description |
---|---|
void |
AbstractService.notifyError(SSHException error) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractService.handle(Message msg,
SSHPacket buf) |
void |
Service.notifyUnimplemented(long seqNum)
Notifies this service that a
SSH_MSG_UNIMPLEMENTED was received for packet with given sequence number. |
void |
AbstractService.notifyUnimplemented(long seqNum) |
Modifier and Type | Class and Description |
---|---|
static class |
Buffer.BufferException |
Modifier and Type | Field and Description |
---|---|
static ExceptionChainer<SSHException> |
SSHException.chainer |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorNotifiable.Util.alertAll(SSHException error,
Collection<? extends ErrorNotifiable> notifiables)
Notify all
notifiables of given error . |
static void |
ErrorNotifiable.Util.alertAll(SSHException error,
ErrorNotifiable... notifiables)
Notify all
notifiables of given error . |
void |
ErrorNotifiable.notifyError(SSHException error)
Notifies this object of an
error . |
Modifier and Type | Method and Description |
---|---|
void |
SSHPacketHandler.handle(Message msg,
SSHPacket buf)
Delegate handling of some SSH packet to this object.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionException
Connection-layer exception.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.notifyError(SSHException error) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.handle(Message msg,
SSHPacket buf) |
Modifier and Type | Class and Description |
---|---|
class |
OpenFailException |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChannel.notifyError(SSHException error) |
void |
ChannelInputStream.notifyError(SSHException error) |
void |
ChannelOutputStream.notifyError(SSHException error) |
Modifier and Type | Method and Description |
---|---|
void |
SessionChannel.notifyError(SSHException error) |
Modifier and Type | Method and Description |
---|---|
Session |
SessionFactory.startSession()
Opens a
session channel. |
Modifier and Type | Class and Description |
---|---|
class |
SFTPException |
Constructor and Description |
---|
SFTPEngine(SessionFactory ssh) |
SFTPEngine(SessionFactory ssh,
String pathSep) |
Modifier and Type | Class and Description |
---|---|
class |
TransportException
Transport-layer exception
|
Modifier and Type | Method and Description |
---|---|
void |
TransportImpl.handle(Message msg,
SSHPacket buf)
This is where all incoming packets are handled.
|
Constructor and Description |
---|
HashedEntry(OpenSSHKnownHosts.Marker marker,
String hash,
KeyType type,
PublicKey key) |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthException
User authentication exception
|
Modifier and Type | Method and Description |
---|---|
void |
UserAuthImpl.notifyError(SSHException error) |
Modifier and Type | Method and Description |
---|---|
void |
UserAuthImpl.handle(Message msg,
SSHPacket buf) |
Modifier and Type | Class and Description |
---|---|
class |
SCPException |
Copyright © 2009–2014. All rights reserved.