Uses of Class
org.robovm.apple.network.NWFramer
| Package | Description |
|---|---|
| org.robovm.apple.network |
-
Uses of NWFramer in org.robovm.apple.network
Method parameters in org.robovm.apple.network with type arguments of type NWFramer Modifier and Type Method Description static NWProtocolDefinitionNWFramer. createDefinition(String identifier, int flags, Block1<NWFramer,NWFramerStartResult> start_handler)voidNWFramer. setCleanupHandler(VoidBlock1<NWFramer> cleanup_handler)voidNWFramer. setInputHandler(Block1<NWFramer,Long> input_handler)voidNWFramer. setOutputHandler(VoidBlock4<NWFramer,NWFramerMessage,Long,Boolean> output_handler)voidNWFramer. setStopHandler(Block1<NWFramer,Boolean> stop_handler)voidNWFramer. setWakeupHandler(VoidBlock1<NWFramer> wakeup_handler)