| Package | Description |
|---|---|
| abs.ixi.client.io | |
| abs.ixi.client.io.multipart | |
| abs.ixi.client.lang |
| Modifier and Type | Field and Description |
|---|---|
protected ByteSource |
XmppStreamProcessor.networkData |
| Modifier and Type | Method and Description |
|---|---|
void |
XMPPByteProcessor.processBytes(ByteSource networkData) |
void |
ByteProcessor.processBytes(ByteSource networkData)
Process byte stream; processing a byte stream typically involves
encoding, parsing and building a packet.
|
void |
XMPPByteProcessor.processBytes(ByteSource networkData,
int length) |
void |
ByteProcessor.processBytes(ByteSource networkData,
int length)
Process byte stream; processing a byte stream typically involves
encoding, parsing and building a packet.
|
| Modifier and Type | Method and Description |
|---|---|
ByteSource |
BinaryHandler.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipartParserContext.onMultipartContent(ByteSource byteSource,
int startIndex,
int length,
byte[] lineBreak) |
void |
MultipartParser.parse(ByteSource byteSource,
MultipartParserContext context)
Parses mime bytes from given
ByteSource using the handler given. |
T |
LineReader.readLine(ByteSource src)
Reads a line from the
ByteSource |
LineReader.Line |
BasicLineReader.readLine(ByteSource src) |
T |
LineReader.readLine(ByteSource src,
boolean skipBlankLines)
Reads a line from the
ByteSource |
LineReader.Line |
BasicLineReader.readLine(ByteSource src,
boolean skipBlankLines) |
| Modifier and Type | Method and Description |
|---|---|
List<ByteSource> |
DynamicByteSource.getByteSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicByteSource.addByteSource(ByteSource byteSource) |
Copyright © 2019. All rights reserved.