Class Tokenizer

java.lang.Object
org.apache.hc.core5.util.Tokenizer
Direct Known Subclasses:
TokenParser

@Contract(threading=IMMUTABLE) public class Tokenizer extends Object
Tokenizer that can be used as a foundation for more complex parsing routines. Methods of this class are designed to produce near zero intermediate garbage and make no intermediate copies of input data.

This class is immutable and thread safe.

Since:
5.1