com.sshtools.j2ssh.transport
Interface TransportProtocol
- TransportProtocolClient, TransportProtocolCommon, TransportProtocolServer
public interface TransportProtocol
disconnect
public void disconnect(String description)
getConnectionId
public int getConnectionId()
getSessionIdentifier
public byte[] getSessionIdentifier()
getUnderlyingProviderDetail
public String getUnderlyingProviderDetail()
isConnected
public boolean isConnected()
readMessage
public SshMessage readMessage(int[] filter)
throws IOException
sendMessage
public void sendMessage(SshMessage ms,
Object sender)
throws IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.