Uses of Class
org.apache.hc.client5.http.utils.ByteArrayBuilder
-
Packages that use ByteArrayBuilder Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes.org.apache.hc.client5.http.utils Client utility classes. -
-
Uses of ByteArrayBuilder in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as ByteArrayBuilder Modifier and Type Field Description private ByteArrayBuilderBasicScheme. bufferprivate ByteArrayBuilderDigestScheme. buffer -
Uses of ByteArrayBuilder in org.apache.hc.client5.http.utils
Methods in org.apache.hc.client5.http.utils that return ByteArrayBuilder Modifier and Type Method Description ByteArrayBuilderByteArrayBuilder. append(byte[] b)ByteArrayBuilderByteArrayBuilder. append(byte[] b, int off, int len)ByteArrayBuilderByteArrayBuilder. append(char[] b)ByteArrayBuilderByteArrayBuilder. append(char[] b, int off, int len)ByteArrayBuilderByteArrayBuilder. append(java.lang.String s)ByteArrayBuilderByteArrayBuilder. append(java.nio.CharBuffer charBuffer)ByteArrayBuilderByteArrayBuilder. charset(java.nio.charset.Charset charset)
-