public static class BasicAsyncNetwork.Builder
extends java.lang.Object
BasicAsyncNetwork from values configured by
the setters.| Constructor and Description |
|---|
Builder(AsyncHttpStack httpStack) |
| Modifier and Type | Method and Description |
|---|---|
BasicAsyncNetwork |
build()
Builds the
BasicAsyncNetwork |
BasicAsyncNetwork.Builder |
setPool(ByteArrayPool pool)
Sets the ByteArrayPool to be used.
|
public Builder(@NonNull
AsyncHttpStack httpStack)
public BasicAsyncNetwork.Builder setPool(ByteArrayPool pool)
public BasicAsyncNetwork build()
BasicAsyncNetwork