Package com.trilead.ssh2.transport
Class TransportConnection
java.lang.Object
com.trilead.ssh2.transport.TransportConnection
TransportConnection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeRecvCipher(BlockCipher bc, MAC mac) voidchangeSendCipher(BlockCipher bc, MAC mac) intintintreceiveMessage(byte[] buffer, int off, int len) voidsendMessage(byte[] message) voidsendMessage(byte[] message, int off, int len) voidsendMessage(byte[] message, int off, int len, int padd)
-
Constructor Details
-
TransportConnection
-
-
Method Details
-
changeRecvCipher
-
changeSendCipher
-
sendMessage
- Throws:
IOException
-
sendMessage
- Throws:
IOException
-
getPacketOverheadEstimate
public int getPacketOverheadEstimate() -
sendMessage
- Throws:
IOException
-
peekNextMessageLength
- Throws:
IOException
-
receiveMessage
- Throws:
IOException
-