Uses of Interface
com.teamdev.jxbrowser.net.ByteData
Package
Description
Contains classes and interfaces for working with navigation.
Contains classes and interfaces for working with network.
The network service callbacks.
-
Uses of ByteData in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic ByteData
ByteData.of
(byte[] data) Creates an instance ofByteData
with the given upload data bytes.static ByteData
ByteData.of
(byte[] data, ContentType contentType) Creates an instance ofByteData
with the given upload data bytes and content type.static ByteData
Creates an instance ofByteData
with the given upload data bytes.static ByteData
ByteData.of
(String data, ContentType contentType) Creates an instance ofByteData
with the given upload data bytes and content type. -
Uses of ByteData in com.teamdev.jxbrowser.net.callback
Modifier and TypeMethodDescriptionNotifies the engine that the upload data in the URL request should be replaced with the given one.