A C D E F G H I K L M N O P Q R S T U V W
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
G
- get(String) - 类 中的方法qhs.sys.KeyValueParser
-
跟据键名检索键值。
- getArray() - 类 中的方法qhs.sys.KeyValue
-
返回属于字符串数组类型的值。
- getClientAddress() - 接口 中的方法qhs.interfaces.Connection
-
返回客户端地址。
- getConfigValue() - 接口 中的方法qhs.interfaces.ResponseHeader
-
返回配置值。
- getConnection() - 接口 中的方法qhs.interfaces.WebSocketStream
-
返回WS流所在的http连接。
- getHeader(int) - 接口 中的方法qhs.interfaces.HTTPRequest
-
返回存在于http请求的、指定索引号的头域。
- getHeader(int) - 接口 中的方法qhs.interfaces.HTTPResponse
-
返回答复上的、指定索引号的头域。
- getHeaderCount() - 接口 中的方法qhs.interfaces.HTTPRequest
-
返回存在于http请求的头域个数。
- getHeaderCount() - 接口 中的方法qhs.interfaces.HTTPResponse
-
返回追加到答复的头域的个数。
- getHost(boolean) - 接口 中的方法qhs.interfaces.RequestURI
- getHost(boolean) - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的host部件。
- getHost(boolean, byte[], int) - 接口 中的方法qhs.interfaces.RequestURI
- getHost(boolean, byte[], int) - 接口 中的方法qhs.interfaces.URIParser
-
复制URI的host部件到缓存区。
- getHostLength(boolean) - 接口 中的方法qhs.interfaces.RequestURI
- getHostLength(boolean) - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的host部件的长度。
- getID() - 接口 中的方法qhs.interfaces.HTTPServiceModule
-
返回HTTP服务模块的ID。
- getIDs() - 接口 中的方法qhs.interfaces.SysObjInvoker
-
返回所有http处理线程的ID。
- getIndex() - 枚举 中的方法qhs.sys.StaticName
-
返回头域名称在静态表上的索引号。
- getKey() - 类 中的方法qhs.sys.KeyValue
-
返回键名。
- getKeys() - 类 中的方法qhs.sys.KeyValueParser
-
返回已缓存的所有键值的键名。
- getListeners() - 接口 中的方法qhs.interfaces.Connection
-
返回所有已经缓存的ConnListener对象。
- getName() - 接口 中的方法qhs.interfaces.MFormDataParser.Header
-
返回头域的名称(即头域名称)。
- getName() - 接口 中的方法qhs.interfaces.RequestHeader
-
返回头域的名称(即头域名称)。
- getName() - 接口 中的方法qhs.interfaces.ResponseHeader
-
返回头域的名称(即头域名称)。
- getName() - 枚举 中的方法qhs.sys.StaticName
-
返回头域的名称(即头域名称)。
- getName(byte[], int) - 接口 中的方法qhs.interfaces.MFormDataParser.Header
-
复制头域名称到缓存区,并且返回已复制字节的个数。
- getName(byte[], int) - 接口 中的方法qhs.interfaces.RequestHeader
-
复制头域名称到缓存区,并且返回已复制字节的个数。
- getName(byte[], int) - 枚举 中的方法qhs.sys.StaticName
-
复制头域名称到缓存区,并且返回已复制字节的个数。
- getNameLength() - 接口 中的方法qhs.interfaces.MFormDataParser.Header
-
返回头域名称的长度。
- getNameLength() - 接口 中的方法qhs.interfaces.RequestHeader
-
返回头域名称的长度。
- getNameLength() - 枚举 中的方法qhs.sys.StaticName
-
返回头域名称的长度。
- getParsingResultString() - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的分析结果。
- getPath(boolean) - 接口 中的方法qhs.interfaces.RequestURI
- getPath(boolean) - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的path部件。
- getPath(boolean, byte[], int) - 接口 中的方法qhs.interfaces.RequestURI
- getPath(boolean, byte[], int) - 接口 中的方法qhs.interfaces.URIParser
-
复制URI的path部件到缓存区。
- getPathLength(boolean) - 接口 中的方法qhs.interfaces.RequestURI
- getPathLength(boolean) - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的path部件的长度。
- getPathMaxLength() - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的path部件的允许最大长度。
- getPayloadBody() - 接口 中的方法qhs.interfaces.HTTPRequest
-
返回http请求的载荷体。
- getPayloadBody(byte[]) - 接口 中的方法qhs.interfaces.HTTPRequest
-
复制http请求的载荷体到缓存区,并且返回已复制字节的个数。
- getPayloadBodyLength() - 接口 中的方法qhs.interfaces.HTTPRequest
-
返回http请求的载荷体的长度。
- getPort() - 接口 中的方法qhs.interfaces.RequestURI
- getPort() - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的port部件。
- getPushedResponse() - 接口 中的方法qhs.interfaces.ThreadContext
-
返回HTTPResponse接口类型对象。
- getQuery(boolean) - 接口 中的方法qhs.interfaces.RequestURI
- getQuery(boolean) - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的query部件。
- getQuery(boolean, byte[], int) - 接口 中的方法qhs.interfaces.RequestURI
- getQuery(boolean, byte[], int) - 接口 中的方法qhs.interfaces.URIParser
-
复制URI的query部件到缓存区。
- getQueryLength(boolean) - 接口 中的方法qhs.interfaces.RequestURI
- getQueryLength(boolean) - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的query部件的长度。
- getQueryMaxLength() - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的query部件的允许最大长度。
- getRequest() - 接口 中的方法qhs.interfaces.ThreadContext
-
返回HTTPRequest接口类型对象。
- getRequestedTimes() - 接口 中的方法qhs.interfaces.Connection
-
返回http连接已接收来自客户端的请求次数。
- getRequestMaxTimes() - 接口 中的方法qhs.interfaces.Connection
-
返回http连接接收来自客户端的http请求的允许最大次数。
- getRequestURI() - 接口 中的方法qhs.interfaces.HTTPRequest
-
返回缓存有请求URI(Request-URI)的RequestURI接口类型对象。
- getResponse() - 接口 中的方法qhs.interfaces.ThreadContext
-
返回HTTPResponse接口类型对象。
- getScheme() - 接口 中的方法qhs.interfaces.RequestURI
- getScheme() - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的scheme部件。
- getScheme(byte[]) - 接口 中的方法qhs.interfaces.RequestURI
- getScheme(byte[]) - 接口 中的方法qhs.interfaces.URIParser
-
复制URI的scheme部件到缓存区。
- getSchemeLength() - 接口 中的方法qhs.interfaces.RequestURI
- getSchemeLength() - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的scheme部件的长度。
- getServerAddress() - 接口 中的方法qhs.interfaces.Connection
-
返回用于接收http连接的服务器套接字绑定的地址。
- getServerPort() - 接口 中的方法qhs.interfaces.Connection
-
返回用于接收http连接的服务器套接字绑定的端口号。
- getServerStatus() - 接口 中的方法qhs.interfaces.ThreadContext
-
返回ServerStatus接口类型对象。
- getStaticName() - 接口 中的方法qhs.interfaces.ResponseHeader
-
返回头域名称。
- getStatusCode() - 接口 中的方法qhs.interfaces.HTTPResponse
-
返回答复的状态码。
- getStreamIdentifier() - 接口 中的方法qhs.interfaces.WebSocketStream
-
返回WS流的StreamIdentifier。
- getSysObjInvoker() - 接口 中的方法qhs.interfaces.ServerStatus
-
返回用于调用系统对象的SysObjectInvoker接口类型对象。
- getTempByteBuffer() - 接口 中的方法qhs.interfaces.ThreadContext
-
返回临时字节缓存区。
- getTempCharBuffer() - 接口 中的方法qhs.interfaces.ThreadContext
-
返回临时字符缓存区。
- getURI() - 接口 中的方法qhs.interfaces.RequestURI
- getURI() - 接口 中的方法qhs.interfaces.URIParser
-
返回已转义的URI。
- getURI(byte[]) - 接口 中的方法qhs.interfaces.RequestURI
- getURI(byte[]) - 接口 中的方法qhs.interfaces.URIParser
-
复制已转义的URI到buffer参数。
- getURILength() - 接口 中的方法qhs.interfaces.RequestURI
- getURILength() - 接口 中的方法qhs.interfaces.URIParser
-
返回已转义的URI的长度。
- getUserinfo(boolean) - 接口 中的方法qhs.interfaces.RequestURI
- getUserinfo(boolean) - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的userinfo部件。
- getUserinfo(boolean, byte[], int) - 接口 中的方法qhs.interfaces.RequestURI
- getUserinfo(boolean, byte[], int) - 接口 中的方法qhs.interfaces.URIParser
-
复制URI的userinfo部件到缓存区。
- getUserinfoLength(boolean) - 接口 中的方法qhs.interfaces.RequestURI
- getUserinfoLength(boolean) - 接口 中的方法qhs.interfaces.URIParser
-
返回URI的userinfo部件的长度。
- getUserObject() - 接口 中的方法qhs.interfaces.Connection
-
返回用户对象。
- getUserObject() - 接口 中的方法qhs.interfaces.ThreadContext
-
返回用户对象。
- getUserObject() - 接口 中的方法qhs.interfaces.WebSocketStream
-
返回用户对象。
- getValue() - 接口 中的方法qhs.interfaces.MFormDataParser.Header
-
返回域值。
- getValue() - 接口 中的方法qhs.interfaces.RequestHeader
-
返回域值。
- getValue() - 接口 中的方法qhs.interfaces.ResponseHeader
-
返回头域值(即域值)。
- getValue() - 类 中的方法qhs.sys.KeyValue
-
返回属于字符串类型的值。
- getValue(byte[], int) - 接口 中的方法qhs.interfaces.MFormDataParser.Header
-
复制域值到缓存区,并且返回已复制字节的个数。
- getValue(byte[], int) - 接口 中的方法qhs.interfaces.RequestHeader
-
复制域值到缓存区,并且返回已复制字节的个数。
- getValueLength() - 接口 中的方法qhs.interfaces.MFormDataParser.Header
-
返回域值的长度。
- getValueLength() - 接口 中的方法qhs.interfaces.RequestHeader
-
返回域值的长度。
- getWebSocketStreams() - 接口 中的方法qhs.interfaces.Connection
-
返回所有在http连接上传输的WS流。
- getWriteType() - 接口 中的方法qhs.interfaces.ResponseHeader
-
判断是否把存放在本对象的http答复头域写入到(与http答复绑定的)头域动态表。
所有类 所有程序包