GoldenGateBindings / com.fitbit.goldengate.bindings.sockets.bsd / BsdDatagramSocket

BsdDatagramSocket

class BsdDatagramSocket : NativeReference, DataSinkDataSource, Closeable

Creates a new BSD socket with given configuration data

Parameters

address - address of a BSD socket

Constructors

<init>

BsdDatagramSocket(address: BsdDatagramSocketAddress)

Creates a new BSD socket with given configuration data

Properties

thisPointer

val thisPointer: Long

Pointer to native jni reference for this object

Functions

close

fun close(): Unit

getAsDataSinkPointer

fun getAsDataSinkPointer(): Long

getAsDataSourcePointer

fun getAsDataSourcePointer(): Long