| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| org.jenkinsci.remoting.protocol | |
| org.jenkinsci.remoting.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChunkHeader.write(ByteBufferQueue buf,
int length,
boolean hasMore) |
| Modifier and Type | Method and Description |
|---|---|
protected ByteBufferQueue |
NetworkLayer.newByteBufferQueue()
SPI: Creates a new
ByteBuffer optimally sized for network read/write operations. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FilterLayer.flushRecv(ByteBufferQueue queue)
|
protected void |
FilterLayer.flushSend(ByteBufferQueue queue)
Flushes the supplied
ByteBufferQueue to FilterLayer.next()'s ProtocolStack.Ptr.doSend(ByteBuffer)
This method is especially helpful for FilterLayer implementations 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. |
| Constructor and Description |
|---|
ByteBufferQueueInputStream(ByteBufferQueue queue)
Constructs a new instance.
|
ByteBufferQueueInputStream(ByteBufferQueue queue,
int length)
Constructs a new instance.
|
ByteBufferQueueOutputStream(ByteBufferQueue queue)
Creates a new instance.
|
FastByteBufferQueueInputStream(ByteBufferQueue queue,
int length)
Constructs a new instance.
|
Copyright © 2004–2017. All rights reserved.