Uses of Interface
org.glassfish.jersey.client.ChunkParser
Packages that use ChunkParser
-
Uses of ChunkParser in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement ChunkParserModifier and TypeClassDescriptionprivate static class
private static class
private static class
Fields in org.glassfish.jersey.client declared as ChunkParserMethods in org.glassfish.jersey.client that return ChunkParserModifier and TypeMethodDescriptionstatic 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.ChunkedInput.getParser()
Get the underlying chunk parser.Methods in org.glassfish.jersey.client with parameters of type ChunkParserModifier and TypeMethodDescriptionvoid
ChunkedInput.setParser
(ChunkParser parser) Set new chunk parser.