public static interface RubyBasicSocket.LibC
Modifier and Type | Field and Description |
---|---|
static int |
F_GETFL |
static int |
F_SETFL |
static int |
O_NONBLOCK |
Modifier and Type | Method and Description |
---|---|
int |
getsockopt(int s,
int level,
int optname,
java.nio.ByteBuffer optval,
jnr.ffi.byref.IntByReference optlen) |
default int |
getsockoptInt(int s,
int level,
int optname,
java.nio.ByteBuffer buf,
jnr.ffi.byref.IntByReference len) |
int |
setsockopt(int s,
int level,
int optname,
java.nio.ByteBuffer optval,
int optlen) |
int |
setsockopt(int s,
int level,
int optname,
jnr.posix.Timeval optval,
int optlen) |
default int |
setsockoptInt(int s,
int level,
int optname,
int value) |
java.lang.String |
strerror(int error) |
static final int F_GETFL
static final int F_SETFL
static final int O_NONBLOCK
int getsockopt(int s, int level, int optname, java.nio.ByteBuffer optval, jnr.ffi.byref.IntByReference optlen)
int setsockopt(int s, int level, int optname, java.nio.ByteBuffer optval, int optlen)
int setsockopt(int s, int level, int optname, jnr.posix.Timeval optval, int optlen)
default int setsockoptInt(int s, int level, int optname, int value)
default int getsockoptInt(int s, int level, int optname, java.nio.ByteBuffer buf, jnr.ffi.byref.IntByReference len)
java.lang.String strerror(int error)
Copyright © 2001-2021 JRuby. All Rights Reserved.