Uses of Class
org.robovm.apple.network.NWFramerMessage
| Package | Description |
|---|---|
| org.robovm.apple.network |
-
Uses of NWFramerMessage in org.robovm.apple.network
Methods in org.robovm.apple.network that return NWFramerMessage Modifier and Type Method Description NWFramerMessageNWProtocolDefinition. createFramerMessage()NWFramerMessageNWFramer. createMessage()Methods in org.robovm.apple.network with parameters of type NWFramerMessage Modifier and Type Method Description voidNWFramer. deliverInput(BytePtr input_buffer, long input_length, NWFramerMessage message, boolean is_complete)booleanNWFramer. deliverInputNoCopy(long input_length, NWFramerMessage message, boolean is_complete)Method parameters in org.robovm.apple.network with type arguments of type NWFramerMessage Modifier and Type Method Description voidNWFramer. setOutputHandler(VoidBlock4<NWFramer,NWFramerMessage,Long,Boolean> output_handler)