Uses of Interface
com.teamdev.jxbrowser.net.ByteData
Packages that use 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
Methods in com.teamdev.jxbrowser.net that return ByteDataModifier and TypeMethodDescriptionstatic ByteDataByteData.of(byte[] data) Creates an instance ofByteDatawith the given upload data bytes.static ByteDataByteData.of(byte[] data, ContentType contentType) Creates an instance ofByteDatawith the given upload data bytes and content type.static ByteDataCreates an instance ofByteDatawith the given upload data bytes.static ByteDataByteData.of(String data, ContentType contentType) Creates an instance ofByteDatawith the given upload data bytes and content type. -
Uses of ByteData in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback with parameters of type ByteDataModifier and TypeMethodDescriptionNotifies the engine that the upload data in the URL request should be replaced with the given one.