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 ByteArrayBuilder
BasicScheme. buffer
private ByteArrayBuilder
DigestScheme. 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 ByteArrayBuilder
ByteArrayBuilder. append(byte[] b)
ByteArrayBuilder
ByteArrayBuilder. append(byte[] b, int off, int len)
ByteArrayBuilder
ByteArrayBuilder. append(char[] b)
ByteArrayBuilder
ByteArrayBuilder. append(char[] b, int off, int len)
ByteArrayBuilder
ByteArrayBuilder. append(java.lang.String s)
ByteArrayBuilder
ByteArrayBuilder. append(java.nio.CharBuffer charBuffer)
ByteArrayBuilder
ByteArrayBuilder. charset(java.nio.charset.Charset charset)
-