Uses of Interface
org.glassfish.jersey.client.ChunkParser
-
Packages that use ChunkParser Package Description 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 Modifier and Type Method Description static ChunkParserChunkedInput. createMultiParser(String... boundaries)Create a new chunk multi-parser that will split the response entity input stream based on multiple fixed boundary strings.static ChunkParserChunkedInput. createParser(byte[] boundary)Create new chunk parser that will split the response entity input stream based on a fixed boundary sequence of bytes.static ChunkParserChunkedInput. createParser(String boundary)Create new chunk parser that will split the response entity input stream based on a fixed boundary string.ChunkParserChunkedInput. getParser()Get the underlying chunk parser.Methods in org.glassfish.jersey.client with parameters of type ChunkParser Modifier and Type Method Description voidChunkedInput. setParser(ChunkParser parser)Set new chunk parser.
-