Uses of Class
org.jenkinsci.remoting.util.ByteBufferQueue
Packages that use ByteBufferQueue
Package
Description
Remoting infrastructure for Hudson.
-
Uses of ByteBufferQueue in hudson.remoting
Methods in hudson.remoting with parameters of type ByteBufferQueueModifier and TypeMethodDescriptionstatic voidChunkHeader.write(ByteBufferQueue buf, int length, boolean hasMore) -
Uses of ByteBufferQueue in org.jenkinsci.remoting.protocol
Methods in org.jenkinsci.remoting.protocol that return ByteBufferQueueModifier and TypeMethodDescriptionprotected ByteBufferQueueNetworkLayer.newByteBufferQueue()SPI: Creates a newByteBufferoptimally sized for network read/write operations.Methods in org.jenkinsci.remoting.protocol with parameters of type ByteBufferQueueModifier and TypeMethodDescriptionprotected final voidFilterLayer.flushRecv(ByteBufferQueue queue) protected final voidFilterLayer.flushSend(ByteBufferQueue queue) Flushes the suppliedByteBufferQueuetoFilterLayer.next()'sProtocolStack.Ptr.doSend(ByteBuffer)This method is especially helpful forFilterLayerimplementations that are involved in initial handshaking as they will need to queue up data until the handshake is completed and then flush the data to the remainder of the stack. -
Uses of ByteBufferQueue in org.jenkinsci.remoting.util
Constructors in org.jenkinsci.remoting.util with parameters of type ByteBufferQueueModifierConstructorDescriptionConstructs a new instance.ByteBufferQueueInputStream(ByteBufferQueue queue, int length) Constructs a new instance.Creates a new instance.FastByteBufferQueueInputStream(ByteBufferQueue queue, int length) Constructs a new instance.