Class StandardSocketOptions
public class StandardSocketOptions : JVMBridgeBase<StandardSocketOptions>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
StandardSocketOptions
- Implements
- Inherited Members
-
JVMBridgeBase<StandardSocketOptions>.SExecuteWithSignature<TReturn>(string, string, params object[])
- Extension Methods
Constructors
StandardSocketOptions()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public StandardSocketOptions()
StandardSocketOptions(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public StandardSocketOptions(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IP_MULTICAST_IF
public static SocketOption IP_MULTICAST_IF { get; }
Property Value
IP_MULTICAST_LOOP
public static SocketOption IP_MULTICAST_LOOP { get; }
Property Value
IP_MULTICAST_TTL
public static SocketOption IP_MULTICAST_TTL { get; }
Property Value
IP_TOS
public static SocketOption IP_TOS { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SO_BROADCAST
public static SocketOption SO_BROADCAST { get; }
Property Value
SO_KEEPALIVE
public static SocketOption SO_KEEPALIVE { get; }
Property Value
SO_LINGER
public static SocketOption SO_LINGER { get; }
Property Value
SO_RCVBUF
public static SocketOption SO_RCVBUF { get; }
Property Value
SO_REUSEADDR
public static SocketOption SO_REUSEADDR { get; }
Property Value
SO_REUSEPORT
public static SocketOption SO_REUSEPORT { get; }
Property Value
SO_SNDBUF
public static SocketOption SO_SNDBUF { get; }
Property Value
TCP_NODELAY
public static SocketOption TCP_NODELAY { get; }