Uses of Class
org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Packages that use ByteArrayBuffer Package Description org.apache.sshd.common.session org.apache.sshd.common.session.helpers org.apache.sshd.common.util.buffer -
-
Uses of ByteArrayBuffer in org.apache.sshd.common.session
Subclasses of ByteArrayBuffer in org.apache.sshd.common.session Modifier and Type Class Description classSessionWorkBuffer -
Uses of ByteArrayBuffer in org.apache.sshd.common.session.helpers
Subclasses of ByteArrayBuffer in org.apache.sshd.common.session.helpers Modifier and Type Class Description classPacketBufferAByteArrayBufferthat will be prepared with the SSH header (5 bytes). -
Uses of ByteArrayBuffer in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer that return ByteArrayBuffer Modifier and Type Method Description static ByteArrayBufferByteArrayBuffer. getCompactClone(byte[] data)Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original datastatic ByteArrayBufferByteArrayBuffer. getCompactClone(byte[] data, int offset, int len)Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original data
-