Package com.trilead.ssh2.transport
Class TransportConnection
java.lang.Object
com.trilead.ssh2.transport.TransportConnection
TransportConnection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
changeRecvCipher
(BlockCipher bc, MAC mac) void
changeSendCipher
(BlockCipher bc, MAC mac) int
int
int
receiveMessage
(byte[] buffer, int off, int len) void
sendMessage
(byte[] message) void
sendMessage
(byte[] message, int off, int len) void
sendMessage
(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
-