Arguments for a stream socket create event. More...
Public Member Functions | |
boolean | getIPv6 () |
Gets a value indicating whether the socket should support IPv6. More... | |
boolean | getSecure () |
Gets a value indicating whether the socket should be secured. More... | |
boolean | getServer () |
Gets a value indicating whether the socket should accept incoming connections. More... | |
int | getStreamIndex () |
Gets the stream index. More... | |
void | setStreamIndex (int value) |
Sets the stream index. More... | |
StreamSocketCreateArgs (boolean server, boolean ipv6, boolean secure) | |
Initializes a new instance of the fm.liveswitch.StreamSocketCreateArgs class. More... | |
Arguments for a stream socket create event.
fm.liveswitch.StreamSocketCreateArgs.StreamSocketCreateArgs | ( | boolean | server, |
boolean | ipv6, | ||
boolean | secure | ||
) |
Initializes a new instance of the fm.liveswitch.StreamSocketCreateArgs class.
server | Whether the socket should accept incoming connections. |
ipv6 | Whether the socket should support IPv6. |
secure | Whether the socket should be secured. |
boolean fm.liveswitch.StreamSocketCreateArgs.getIPv6 | ( | ) |
Gets a value indicating whether the socket should support IPv6.
boolean fm.liveswitch.StreamSocketCreateArgs.getSecure | ( | ) |
Gets a value indicating whether the socket should be secured.
boolean fm.liveswitch.StreamSocketCreateArgs.getServer | ( | ) |
Gets a value indicating whether the socket should accept incoming connections.
int fm.liveswitch.StreamSocketCreateArgs.getStreamIndex | ( | ) |
Gets the stream index.
void fm.liveswitch.StreamSocketCreateArgs.setStreamIndex | ( | int | value | ) |
Sets the stream index.