-
Methods in org.robovm.apple.network with parameters of type NWContentContext
| Modifier and Type |
Method |
Description |
static NWEndpoint |
NWConnection.groupCopyLocalEndpointForMessage(NWConnectionGroup group,
NWContentContext context) |
|
static NWPath |
NWConnection.groupCopyPathForMessage(NWConnectionGroup group,
NWContentContext context) |
|
static NWProtocolMetadata |
NWConnection.groupCopyProtocolMetadataForMessage(NWConnectionGroup group,
NWContentContext context,
NWProtocolDefinition definition) |
|
static NWEndpoint |
NWConnection.groupCopyRemoteEndpointForMessage(NWConnectionGroup group,
NWContentContext context) |
|
static NWConnection |
NWConnection.groupExtractConnectionForMessage(NWConnectionGroup group,
NWContentContext context) |
|
static void |
NWConnection.groupReply(NWConnectionGroup group,
NWContentContext inbound_message,
NWContentContext outbound_message,
DispatchData content) |
|
static void |
NWConnection.groupSendMessage(NWConnectionGroup group,
DispatchData content,
NWEndpoint endpoint,
NWContentContext context,
VoidBlock1<NWError> completion) |
|
void |
NWConnection.send(DispatchData content,
NWContentContext context,
boolean is_complete,
VoidBlock1<NWError> completion) |
|
void |
NWContentContext.setAntecedent(NWContentContext antecedent_context) |
|
Method parameters in org.robovm.apple.network with type arguments of type NWContentContext
| Modifier and Type |
Method |
Description |
static void |
NWConnection.groupSetReceiveHandler(NWConnectionGroup group,
int maximum_message_size,
boolean reject_oversized_messages,
VoidBlock3<DispatchData,NWContentContext,Boolean> receive_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) |
|