xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Unsi类 参考
Unsi 的协作图:
Collaboration graph

Public 成员函数

静态 Public 属性

详细描述

Unsi 类,提供网络通信相关的功能定义 包含常量定义、方法声明等

在文件 Unsi.x5 行定义.

构造及析构函数说明

◆ Unsi()

Unsi ( )

成员函数说明

◆ addToNamelist()

bool addToNamelist ( String  ,
bool   
)

◆ clone()

long clone ( long  )

◆ config()

bool config ( int  ,
int  ,
int   
)

◆ create()

bool create ( AsyncInput  ,
int  ,
int  ,
int   
) throws IllegalArgumentException

◆ disconnect()

bool disconnect ( long  )

◆ equalsHandle()

bool equalsHandle ( long  ,
long   
)

◆ finalize()

void finalize ( )

◆ getAsyncDirectOutput()

AsyncOutput getAsyncDirectOutput ( )

◆ getConnectionNumber()

long getConnectionNumber ( )

◆ getId()

int getId ( long  )

◆ getNamelistMode()

int getNamelistMode ( )

◆ getRemoteInetAddress()

InetAddress getRemoteInetAddress ( long  )

◆ send()

bool send ( long  ,
long  ,
  byte[],
int  ,
int   
) throws IndexOutOfBoundsException, IllegalArgumentException

◆ setNamelistMode()

void setNamelistMode ( int  )

◆ start()

bool start ( )

结构体成员变量说明

◆ BLACK_NAMELIST

const int BLACK_NAMELIST
static

在文件 Unsi.x18 行定义.

◆ DEFAULT_CONTEXTID

const int DEFAULT_CONTEXTID
static

在文件 Unsi.x7 行定义.

◆ DISABLE_NAMELIST

const int DISABLE_NAMELIST
static

在文件 Unsi.x17 行定义.

◆ UNSI_ACCEPT

const int UNSI_ACCEPT
static

在文件 Unsi.x26 行定义.

◆ UNSI_CONNECT

const int UNSI_CONNECT
static

在文件 Unsi.x24 行定义.

◆ UNSI_DISCONNECT

const int UNSI_DISCONNECT
static

在文件 Unsi.x25 行定义.

◆ UNSI_INVALID

const int UNSI_INVALID
static

在文件 Unsi.x23 行定义.

◆ UNSI_LISTENPORT_DISABLE

const int UNSI_LISTENPORT_DISABLE
static

在文件 Unsi.x9 行定义.

◆ UNSI_TCP

const int UNSI_TCP
static

在文件 Unsi.x11 行定义.

◆ UNSI_TCP_RECV

const int UNSI_TCP_RECV
static

在文件 Unsi.x34 行定义.

◆ UNSI_TCP_RECVCOMPLETE

const int UNSI_TCP_RECVCOMPLETE
static

在文件 Unsi.x36 行定义.

◆ UNSI_TCP_SEND

const int UNSI_TCP_SEND
static

在文件 Unsi.x30 行定义.

◆ UNSI_TCP_SENDCOMPLETE

const int UNSI_TCP_SENDCOMPLETE
static

在文件 Unsi.x33 行定义.

◆ UNSI_UDP

const int UNSI_UDP
static

在文件 Unsi.x13 行定义.

◆ UNSI_UDP_RECV

const int UNSI_UDP_RECV
static

在文件 Unsi.x35 行定义.

◆ UNSI_UDP_RECVCOMPLETE

const int UNSI_UDP_RECVCOMPLETE
static

在文件 Unsi.x37 行定义.

◆ UNSI_UDP_SEND

const int UNSI_UDP_SEND
static

在文件 Unsi.x31 行定义.

◆ UNSI_UDP_SENDCOMPLETE

const int UNSI_UDP_SENDCOMPLETE
static

在文件 Unsi.x32 行定义.

◆ WHITE_NAMELIST

const int WHITE_NAMELIST
static

在文件 Unsi.x19 行定义.