Uses of Class com.sshtools.j2ssh.transport.SshMessage

Uses in package com.sshtools.j2ssh.connection

Classes derived from com.sshtools.j2ssh.transport.SshMessage

class
class
class
class
class
class
class
class
class
class
class
class
class
class

Methods with parameter type com.sshtools.j2ssh.transport.SshMessage

void

Uses in package com.sshtools.j2ssh.transport.kex

Classes derived from com.sshtools.j2ssh.transport.SshMessage

class
class

Uses in package com.sshtools.j2ssh.authentication

Classes derived from com.sshtools.j2ssh.transport.SshMessage

class
class
class
class
class
class
class
class

Methods with parameter type com.sshtools.j2ssh.transport.SshMessage

void

Methods with return type com.sshtools.j2ssh.transport.SshMessage

SshMessage
SshMessage

Uses in package com.sshtools.j2ssh.transport

Classes derived from com.sshtools.j2ssh.transport.SshMessage

class
class
class
class
class
class
class
class

Methods with parameter type com.sshtools.j2ssh.transport.SshMessage

void
Add a formed message to the store.
void
void
Called by the service thread when an asyncronous message is received.
void
void
void
Removes a message from the message store.
void
void

Methods with return type com.sshtools.j2ssh.transport.SshMessage

SshMessage
Create a formed message from raw message data.
SshMessage
SshMessageStore.getMessage(int messageId)
Get a message from the store.
SshMessage
SshMessageStore.getMessage(int messageId, int timeout)
Get a message from the store.
SshMessage
SshMessageStore.getMessage(int[] messageIdFilter)
Get a message from the store.
SshMessage
SshMessageStore.getMessage(int[] messageIdFilter, int timeout)
Get a message from the store.
SshMessage
Get the next message in the store or wait until a new message arrives.
SshMessage
Get a message from the store without removing it.
SshMessage
SshMessageStore.peekMessage(int messageId, int timeout)
Get a message from the store without removing it, only blocking for the number of milliseconds specified in the timeout field.
SshMessage
SshMessageStore.peekMessage(int[] messageIdFilter)
Get a message from the store without removing or blocking if the message does not exist.
SshMessage
SshMessageStore.peekMessage(int[] messageIdFilter, int timeout)
Get a message from the store without removing it; only blocking for the number of milliseconds specified in the timeout field.
SshMessage
SshMessage
SshMessage

Uses in package com.sshtools.daemon.authentication

Methods with parameter type com.sshtools.j2ssh.transport.SshMessage

void
void

Methods with return type com.sshtools.j2ssh.transport.SshMessage

SshMessage

Uses in package com.sshtools.daemon.transport

Methods with parameter type com.sshtools.j2ssh.transport.SshMessage

void

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.