Package org.robovm.apple.corefoundation
Class CFStreamPair
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.corefoundation.CFStreamPair
public class CFStreamPair extends CocoaUtility
-
Constructor Summary
Constructors Constructor Description CFStreamPair() -
Method Summary
Modifier and Type Method Description static CFStreamPaircreate(int sock)static CFStreamPaircreate(long transferBufferSize)static CFStreamPaircreate(String host, int port)protected static voidcreate(CFAllocator alloc, int sock, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework insteadprotected static voidcreate(CFAllocator alloc, String host, int port, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework insteadprotected static voidcreate(CFAllocator alloc, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream, long transferBufferSize)protected static voidcreate(CFAllocator alloc, CFSocketSignature signature, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework insteadstatic CFStreamPaircreate(CFSocketSignature signature)
-
Constructor Details
-
CFStreamPair
public CFStreamPair()
-
-
Method Details
-
create
-
create
-
create
-
create
-
create
protected static void create(CFAllocator alloc, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream, long transferBufferSize) -
create
@Deprecated protected static void create(CFAllocator alloc, int sock, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework instead -
create
@Deprecated protected static void create(CFAllocator alloc, String host, int port, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework instead -
create
@Deprecated protected static void create(CFAllocator alloc, CFSocketSignature signature, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework instead
-