-
Methods in org.robovm.apple.corefoundation that return CFSocketError
| Modifier and Type |
Method |
Description |
CFSocketError |
CFSocket.connectToAddress(CFData address,
double timeout) |
|
static CFSocketError |
CFSocket.getRegisteredSocketSignature(CFSocketSignature nameServerSignature,
double timeout,
String name,
CFSocketSignature signature,
CFData.CFDataPtr nameServerAddress) |
|
static CFSocketError |
CFSocket.getRegisteredValue(CFSocketSignature nameServerSignature,
double timeout,
String name,
CFType.CFTypePtr value,
CFData.CFDataPtr nameServerAddress) |
|
static CFSocketError |
CFSocket.registerSocketSignature(CFSocketSignature nameServerSignature,
double timeout,
String name,
CFSocketSignature signature) |
|
static CFSocketError |
CFSocket.registerValue(CFSocketSignature nameServerSignature,
double timeout,
String name,
CFType value) |
|
CFSocketError |
CFSocket.sendData(CFData address,
CFData data,
double timeout) |
|
CFSocketError |
CFSocket.setAddress(CFData address) |
|
static CFSocketError |
CFSocket.unregister(CFSocketSignature nameServerSignature,
double timeout,
String name) |
|
static CFSocketError |
CFSocketError.valueOf(long n) |
Returns the enum constant of this type with the specified name.
|
static CFSocketError |
CFSocketError.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CFSocketError[] |
CFSocketError.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|