|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChunkParser | |
|---|---|
| org.glassfish.jersey.client | Jersey client-side classes. |
| Uses of ChunkParser in org.glassfish.jersey.client |
|---|
| Methods in org.glassfish.jersey.client that return ChunkParser | |
|---|---|
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. |
| Methods in org.glassfish.jersey.client with parameters of type ChunkParser | |
|---|---|
void |
ChunkedInput.setParser(ChunkParser parser)
Set new chunk parser. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||