Uses of Class
org.apache.sshd.common.util.buffer.BufferException
-
Packages that use BufferException Package Description org.apache.sshd.common.util.buffer -
-
Uses of BufferException in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer that throw BufferException Modifier and Type Method Description int
Buffer. ensureAvailable(int reqLen)
Makes sure the buffer contains enough data to accommodate the requested length
-