Package | Description |
---|---|
com.sun.webkit.network |
Modifier and Type | Field and Description |
---|---|
private static ByteBufferPool |
NetworkContext.byteBufferPool
The shared pool of byte buffers.
|
private ByteBufferPool |
URLLoader.byteBufferPool |
Modifier and Type | Method and Description |
---|---|
(package private) static ByteBufferPool |
ByteBufferPool.newInstance(int bufferSize)
Creates a new pool.
|
Constructor and Description |
---|
URLLoader(WebPage webPage,
ByteBufferPool byteBufferPool,
boolean asynchronous,
java.lang.String url,
java.lang.String method,
java.lang.String headers,
FormDataElement[] formDataElements,
long data)
Creates a new
URLLoader . |