Uses of Interface
com.celeral.netconf.ByteBufferProcessor
-
Packages that use ByteBufferProcessor Package Description com.celeral.netconf com.celeral.netconf.ssh -
-
Uses of ByteBufferProcessor in com.celeral.netconf
Methods in com.celeral.netconf with parameters of type ByteBufferProcessor Modifier and Type Method Description void
ByteBufferChannel. read(ByteBufferProcessor consumer)
void
ByteBufferChannel. write(ByteBufferProcessor producer)
-
Uses of ByteBufferProcessor in com.celeral.netconf.ssh
Methods in com.celeral.netconf.ssh with parameters of type ByteBufferProcessor Modifier and Type Method Description void
SSHByteBufferChannel. read(ByteBufferProcessor consumer)
void
SSHByteBufferChannel. write(ByteBufferProcessor producer)
-