-
Method parameters in org.robovm.apple.network with type arguments of type NWError
| Modifier and Type |
Method |
Description |
static void |
NWConnection.groupSendMessage(NWConnectionGroup group,
DispatchData content,
NWEndpoint endpoint,
NWContentContext context,
VoidBlock1<NWError> completion) |
|
static void |
NWConnection.groupSetStateChangedHandler(NWConnectionGroup group,
VoidBlock2<NWConnectionGroupState,NWError> state_changed_handler) |
|
void |
NWConnection.receive(int minimum_incomplete_length,
int maximum_length,
VoidBlock4<DispatchData,NWContentContext,Boolean,NWError> completion) |
|
void |
NWConnection.receiveMessage(VoidBlock4<DispatchData,NWContentContext,Boolean,NWError> completion) |
|
void |
NWConnection.send(DispatchData content,
NWContentContext context,
boolean is_complete,
VoidBlock1<NWError> completion) |
|
void |
NWProtocolMetadata.setPongHandler(DispatchQueue client_queue,
VoidBlock1<NWError> pong_handler) |
|
void |
NWBrowser.setStateChangedHandler(VoidBlock2<NWBrowseState,NWError> state_changed_handler) |
|
void |
NWConnection.setStateChangedHandler(VoidBlock2<NWConnectionState,NWError> handler) |
|
void |
NWListener.setStateChangedHandler(VoidBlock2<NWListenerState,NWError> handler) |
|