public static class Session.ArrayQueueItem extends Session.QueueItem
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected byte[] |
data |
protected int |
flags |
protected int |
offset |
protected int |
written |
next| Constructor and Description |
|---|
ArrayQueueItem(byte[] data,
int offset,
int count,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
int |
remaining() |
int |
write(Socket socket) |
append, next, release, releaseChainprotected byte[] data
protected int offset
protected int count
protected int written
protected int flags
public ArrayQueueItem(byte[] data,
int offset,
int count,
int flags)
public int remaining()
remaining in class Session.QueueItempublic int write(Socket socket) throws IOException
write in class Session.QueueItemIOExceptionCopyright © 2019. All rights reserved.