public class JniExtRdmaSocket
extends java.lang.Object
| Constructor and Description |
|---|
JniExtRdmaSocket() |
| Modifier and Type | Method and Description |
|---|---|
static void |
load() |
static void |
rbind(int aSocket,
java.lang.String aAddr) |
static void |
rclose(int aSocket) |
static void |
rconnect(int aSocket,
java.lang.String aAddr,
int aPort,
int aTimeout) |
static void |
rgetsockopt(int aSocket,
int aLevel,
int aOptName,
int aValue) |
static int |
rrecv(int aSocket,
java.nio.ByteBuffer aBuffer,
int aOffset,
int aLength,
int aTimeout) |
static int |
rsend(int aSocket,
java.nio.ByteBuffer aBuffer,
int aOffset,
int aLength,
int aTimeout) |
static void |
rsetsockopt(int aSocket,
int aLevel,
int aOptName,
int aValue) |
static int |
rsocket(int aDomain) |
static void |
unload() |
public static void load()
throws java.io.IOException
java.io.IOExceptionpublic static void unload()
public static int rsocket(int aDomain)
throws java.io.IOException
java.io.IOExceptionpublic static void rbind(int aSocket,
java.lang.String aAddr)
throws java.io.IOException
java.io.IOExceptionpublic static void rconnect(int aSocket,
java.lang.String aAddr,
int aPort,
int aTimeout)
throws java.io.IOException
java.io.IOExceptionpublic static void rclose(int aSocket)
throws java.io.IOException
java.io.IOExceptionpublic static int rrecv(int aSocket,
java.nio.ByteBuffer aBuffer,
int aOffset,
int aLength,
int aTimeout)
throws java.io.IOException
java.io.IOExceptionpublic static int rsend(int aSocket,
java.nio.ByteBuffer aBuffer,
int aOffset,
int aLength,
int aTimeout)
throws java.io.IOException
java.io.IOExceptionpublic static void rsetsockopt(int aSocket,
int aLevel,
int aOptName,
int aValue)
throws java.io.IOException
java.io.IOExceptionpublic static void rgetsockopt(int aSocket,
int aLevel,
int aOptName,
int aValue)
throws java.io.IOException
java.io.IOException