Public Instance Methods : SstSocketConfiguration

* allowIncomingConnections
	"ACTION
		Answer true if the transport will allow incoming connections.
		If false then the transport will only allow making outgoing
		connections.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* allowIncomingConnections: value
	"ACTION
		If @value is true then cause the transport to accept incoming connections.
		If false then the transport will only allow making outgoing connections.

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API Developer
* connectionClass
	"ACTION
		Answer the class to be used for connections.

	RETURN VALUE
		<IdSstConnection class>"
Categories
	SST-API Developer
* connectionClass: value
	"ACTION
		Set the class to be used for connections.

	PARAMETERS
		value : <IdSstConnection class>"
Categories
	SST-API Developer
* negotiationTimeout
	"ACTION
		Answer the number of milliseconds that transports should allow to pass
		before failing a connection attempt.

	RETURN VALUE
		<Integer>"
Categories
	SST-API Developer
* negotiationTimeout: value
	"ACTION
		Set the number of milliseconds that a transport should allow to pass
		before failing a connection attempt.

	PARAMETERS
		value : <Integer>"
Categories
	SST-API Developer
* socketClass
	"ACTION
		Answer the class of socket to use in the transport configured by 
		the receiver.

	RETURN VALUE
		<Class>"
Categories
	SST-API Developer
* socketClass: value
	"ACTION
		Set the class of socket to use in the transport configured by 
		the receiver.

	PARAMETERS
		value : <Class>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]