Mule Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.trilead.ssh2
com.trilead.ssh2.auth
com.trilead.ssh2.channel
com.trilead.ssh2.crypto
com.trilead.ssh2.crypto.cipher
com.trilead.ssh2.crypto.dh
com.trilead.ssh2.crypto.digest
com.trilead.ssh2.log
com.trilead.ssh2.packets
com.trilead.ssh2.sftp
com.trilead.ssh2.signature
com.trilead.ssh2.transport
com.trilead.ssh2.util
org.mule.modules.ssh.multiplexer
org.mule.modules.ssh.multiplexer.config
org.mule.modules.ssh.multiplexer.config.spring
org.mule.modules.ssh.multiplexer.exception
Classes
PacketChannelOpenConfirmation
PacketChannelOpenFailure
PacketChannelTrileadPing
PacketChannelWindowAdjust
PacketDisconnect
PacketGlobalCancelForwardRequest
PacketGlobalForwardRequest
PacketGlobalTrileadPing
PacketIgnore
PacketKexDhGexGroup
PacketKexDhGexInit
PacketKexDhGexReply
PacketKexDhGexRequest
PacketKexDhGexRequestOld
PacketKexDHInit
PacketKexDHReply
PacketKexInit
PacketNewKeys
PacketOpenDirectTCPIPChannel
PacketOpenSessionChannel
Packets
PacketServiceAccept
PacketServiceRequest
PacketSessionExecCommand
PacketSessionPtyRequest
PacketSessionStartShell
PacketSessionSubsystemRequest
PacketSessionWindowChangeRequest
PacketSessionX11Request
PacketUserauthBanner
PacketUserauthFailure
PacketUserauthInfoRequest
PacketUserauthInfoResponse
PacketUserauthRequestInteractive
PacketUserauthRequestNone
PacketUserauthRequestPassword
PacketUserauthRequestPublicKey
TypesReader
TypesWriter
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
TypesReader
extends
Object
java.lang.Object
↳
com.trilead.ssh2.packets.TypesReader
Class Overview
TypesReader.
Summary
Fields
byte[]
arr
int
max
int
pos
Public Constructors
TypesReader
(byte[] arr)
TypesReader
(byte[] arr, int off)
TypesReader
(byte[] arr, int off, int len)
Public Methods
boolean
readBoolean
()
int
readByte
()
byte[]
readByteString
()
void
readBytes
(byte[] dst, int off, int len)
byte[]
readBytes
(int len)
BigInteger
readMPINT
()
String[]
readNameList
()
String
readString
(
String
charsetName)
String
readString
()
int
readUINT32
()
long
readUINT64
()
int
remain
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
byte[]
arr
int
max
int
pos
Public Constructors
public
TypesReader
(byte[] arr)
Parameters
arr
public
TypesReader
(byte[] arr, int off)
Parameters
arr
off
public
TypesReader
(byte[] arr, int off, int len)
Parameters
arr
off
len
Public Methods
public boolean
readBoolean
()
Throws
IOException
public int
readByte
()
Throws
IOException
public byte[]
readByteString
()
Throws
IOException
public void
readBytes
(byte[] dst, int off, int len)
Parameters
dst
off
len
Throws
IOException
public byte[]
readBytes
(int len)
Parameters
len
Throws
IOException
public
BigInteger
readMPINT
()
Throws
IOException
public
String[]
readNameList
()
Throws
IOException
public
String
readString
(
String
charsetName)
Parameters
charsetName
Throws
IOException
public
String
readString
()
Throws
IOException
public int
readUINT32
()
Throws
IOException
public long
readUINT64
()
Throws
IOException
public int
remain
()