-
Methods in org.robovm.apple.network with parameters of type NWConnectionGroup
| Modifier and Type |
Method |
Description |
static void |
NWConnection.groupCancel(NWConnectionGroup group) |
|
static NWGroupDescriptor |
NWConnection.groupCopyDescriptor(NWConnectionGroup group) |
|
static NWEndpoint |
NWConnection.groupCopyLocalEndpointForMessage(NWConnectionGroup group,
NWContentContext context) |
|
static NWParameters |
NWConnection.groupCopyParameters(NWConnectionGroup group) |
|
static NWPath |
NWConnection.groupCopyPathForMessage(NWConnectionGroup group,
NWContentContext context) |
|
static NWProtocolMetadata |
NWConnection.groupCopyProtocolMetadata(NWConnectionGroup group,
NWProtocolDefinition definition) |
|
static NWProtocolMetadata |
NWConnection.groupCopyProtocolMetadataForMessage(NWConnectionGroup group,
NWContentContext context,
NWProtocolDefinition definition) |
|
static NWEndpoint |
NWConnection.groupCopyRemoteEndpointForMessage(NWConnectionGroup group,
NWContentContext context) |
|
static NWConnection |
NWConnection.groupExtractConnection(NWConnectionGroup group,
NWEndpoint endpoint,
NWProtocolOptions protocol_options) |
|
static NWConnection |
NWConnection.groupExtractConnectionForMessage(NWConnectionGroup group,
NWContentContext context) |
|
static boolean |
NWConnection.groupReinsertExtractedConnection(NWConnectionGroup group,
NWConnection connection) |
|
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) |
|
static void |
NWConnection.groupSetNewConnectionHandler(NWConnectionGroup group,
VoidBlock1<NWConnection> new_connection_handler) |
|
static void |
NWConnection.groupSetQueue(NWConnectionGroup group,
DispatchQueue queue) |
|
static void |
NWConnection.groupSetReceiveHandler(NWConnectionGroup group,
int maximum_message_size,
boolean reject_oversized_messages,
VoidBlock3<DispatchData,NWContentContext,Boolean> receive_handler) |
|
static void |
NWConnection.groupSetStateChangedHandler(NWConnectionGroup group,
VoidBlock2<NWConnectionGroupState,NWError> state_changed_handler) |
|
static void |
NWConnection.groupStart(NWConnectionGroup group) |
|