public interface TransportProtocol
Modifier and Type | Method and Description |
---|---|
void |
addMessageStore(SshMessageStore store) |
void |
disconnect(java.lang.String description) |
int |
getConnectionId() |
byte[] |
getSessionIdentifier() |
TransportProtocolState |
getState() |
java.lang.String |
getUnderlyingProviderDetail() |
boolean |
isConnected() |
SshMessage |
readMessage(int[] filter) |
void |
sendMessage(SshMessage ms,
java.lang.Object sender) |
void disconnect(java.lang.String description)
description
- void addMessageStore(SshMessageStore store) throws MessageAlreadyRegisteredException
store
- MessageAlreadyRegisteredException
void sendMessage(SshMessage ms, java.lang.Object sender) throws java.io.IOException
ms
- sender
- java.io.IOException
SshMessage readMessage(int[] filter) throws java.io.IOException
filter
- java.io.IOException
byte[] getSessionIdentifier()
int getConnectionId()
boolean isConnected()
TransportProtocolState getState()
java.lang.String getUnderlyingProviderDetail()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.