Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
Modifier and Type | Method and Description |
---|---|
static ChunkParser |
ChunkedInput.createMultiParser(String... boundaries)
Create a new chunk multi-parser that will split the response entity input stream
based on multiple fixed boundary strings.
|
static ChunkParser |
ChunkedInput.createParser(byte[] boundary)
Create new chunk parser that will split the response entity input stream
based on a fixed boundary sequence of bytes.
|
static ChunkParser |
ChunkedInput.createParser(String boundary)
Create new chunk parser that will split the response entity input stream
based on a fixed boundary string.
|
ChunkParser |
ChunkedInput.getParser()
Get the underlying chunk parser.
|
Modifier and Type | Method and Description |
---|---|
void |
ChunkedInput.setParser(ChunkParser parser)
Set new chunk parser.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.