Skip navigation links
A B C D E G H I N O P R S T U V W 

A

AbstractHttp2StreamDataReceiver - Class in com.aliyun.openservices.iot.api.http2.callback
callback when whole stream data is received cache HTTP2 Headers and DataFrame stream will be closed after callback #onStreamDataReceived()
AbstractHttp2StreamDataReceiver() - Constructor for class com.aliyun.openservices.iot.api.http2.callback.AbstractHttp2StreamDataReceiver
 
AccessKeyAuthHandler - Class in com.aliyun.openservices.iot.api.auth.handler.accesskey
aliyun accessKey authentication impl
AccessKeyAuthHandler(Map<String, String>) - Constructor for class com.aliyun.openservices.iot.api.auth.handler.accesskey.AccessKeyAuthHandler
 
addConnectionListener(ConnectionListener) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionManager
add connection listener
addConnectionListener(ConnectionListener) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionManagerImpl
 
addConnectionListener(ConnectionListener) - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
addData(byte[]) - Method in class com.aliyun.openservices.iot.api.http2.entity.StreamData
 
addHeaders(Http2Headers) - Method in class com.aliyun.openservices.iot.api.http2.entity.StreamData
 
Admin - Interface in com.aliyun.openservices.iot.api
 
allConnections() - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
AppKeyAuthHandler - Class in com.aliyun.openservices.iot.api.auth.handler
AppKey authentication impl
AppKeyAuthHandler(Map<String, String>) - Constructor for class com.aliyun.openservices.iot.api.auth.handler.AppKeyAuthHandler
 
AUTH_TYPE - Static variable in class com.aliyun.openservices.iot.api.Constants
连接认证类型
AUTH_TYPE_ACCESS_KEY - Static variable in class com.aliyun.openservices.iot.api.Constants
使用阿里云AK连接
AUTH_TYPE_APP_KEY - Static variable in class com.aliyun.openservices.iot.api.Constants
使用AppKey连接
AUTH_TYPE_DEVICE_NAME - Static variable in class com.aliyun.openservices.iot.api.Constants
使用productKey和deviceName连接
AuthenticationFactory - Class in com.aliyun.openservices.iot.api.auth
Authentication handler factory support deviceName, appkey and aliyunAK
AuthenticationFactory() - Constructor for class com.aliyun.openservices.iot.api.auth.AuthenticationFactory
 
AuthHandler - Interface in com.aliyun.openservices.iot.api.auth
interface for generating authentication parameters
authHeader() - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
generate header with authorization parameters

B

BaseHttpEntity - Class in com.aliyun.openservices.iot.api.http2.entity
 
BaseHttpEntity() - Constructor for class com.aliyun.openservices.iot.api.http2.entity.BaseHttpEntity
 
BaseHttpEntity(Http2Headers, byte[]) - Constructor for class com.aliyun.openservices.iot.api.http2.entity.BaseHttpEntity
 
build() - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2HandlerBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2HandlerBuilder
 

C

channelRead(ChannelHandlerContext, Object) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
checkServiceName(String) - Static method in class com.aliyun.openservices.iot.api.util.StreamUtil
 
clearData() - Method in class com.aliyun.openservices.iot.api.http2.entity.StreamData
 
close() - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
close connection
close() - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
closeStream() - Method in class com.aliyun.openservices.iot.api.http2.connection.StreamWriteContext
 
closeStream() - Method in class com.aliyun.openservices.iot.api.stream.StreamServiceContext
回复流数据,response数据一次发送完成,并完成该次流请求
com.aliyun.openservices.iot.api - package com.aliyun.openservices.iot.api
 
com.aliyun.openservices.iot.api.auth - package com.aliyun.openservices.iot.api.auth
 
com.aliyun.openservices.iot.api.auth.handler - package com.aliyun.openservices.iot.api.auth.handler
 
com.aliyun.openservices.iot.api.auth.handler.accesskey - package com.aliyun.openservices.iot.api.auth.handler.accesskey
 
com.aliyun.openservices.iot.api.exception - package com.aliyun.openservices.iot.api.exception
 
com.aliyun.openservices.iot.api.http2 - package com.aliyun.openservices.iot.api.http2
 
com.aliyun.openservices.iot.api.http2.callback - package com.aliyun.openservices.iot.api.http2.callback
 
com.aliyun.openservices.iot.api.http2.connection - package com.aliyun.openservices.iot.api.http2.connection
 
com.aliyun.openservices.iot.api.http2.connection.impl - package com.aliyun.openservices.iot.api.http2.connection.impl
 
com.aliyun.openservices.iot.api.http2.entity - package com.aliyun.openservices.iot.api.http2.entity
 
com.aliyun.openservices.iot.api.http2.netty - package com.aliyun.openservices.iot.api.http2.netty
 
com.aliyun.openservices.iot.api.stream - package com.aliyun.openservices.iot.api.stream
 
com.aliyun.openservices.iot.api.util - package com.aliyun.openservices.iot.api.util
 
connect(SocketAddress) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionManager
connect
connect(SocketAddress) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionManagerImpl
 
Connection - Interface in com.aliyun.openservices.iot.api.http2.connection
HTTP2 Connection
CONNECTION_COUNT_UNLIMITED - Static variable in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
ConnectionImpl - Class in com.aliyun.openservices.iot.api.http2.connection.impl
wrapper for NettyHttp2Handler
ConnectionImpl(NettyHttp2Handler, ChannelHandlerContext) - Constructor for class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
ConnectionListener - Interface in com.aliyun.openservices.iot.api.http2.connection
 
ConnectionManager - Interface in com.aliyun.openservices.iot.api.http2.connection
Connection Manager
ConnectionManagerImpl - Class in com.aliyun.openservices.iot.api.http2.connection.impl
 
ConnectionManagerImpl(boolean, long, long) - Constructor for class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionManagerImpl
 
ConnectionReader - Interface in com.aliyun.openservices.iot.api.http2.connection
 
ConnectionStatus - Enum in com.aliyun.openservices.iot.api.http2.connection
 
ConnectionWriter - Interface in com.aliyun.openservices.iot.api.http2.connection
 
Constants - Class in com.aliyun.openservices.iot.api
常量字段
Constants() - Constructor for class com.aliyun.openservices.iot.api.Constants
 
content - Variable in class com.aliyun.openservices.iot.api.http2.entity.BaseHttpEntity
 

D

DATA_STREAM_ID - Static variable in class com.aliyun.openservices.iot.api.util.StreamUtil
 
DEFAULT_PORT - Static variable in class com.aliyun.openservices.iot.api.Profile
 
DeviceAuthHandler - Class in com.aliyun.openservices.iot.api.auth.handler
device authentication impl
DeviceAuthHandler(Map<String, String>) - Constructor for class com.aliyun.openservices.iot.api.auth.handler.DeviceAuthHandler
 

E

ENABLE_SSL - Static variable in class com.aliyun.openservices.iot.api.Profile
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 

G

getAccessKeyProfile(String, String, String, String) - Static method in class com.aliyun.openservices.iot.api.Profile
 
getAccessKeyProfile(String, String, String, String, String) - Static method in class com.aliyun.openservices.iot.api.Profile
 
getAppKeyProfile(String, String, String) - Static method in class com.aliyun.openservices.iot.api.Profile
 
getAuthHandler(Profile) - Static method in class com.aliyun.openservices.iot.api.auth.AuthenticationFactory
 
getAuthParams() - Method in interface com.aliyun.openservices.iot.api.auth.AuthHandler
Generate parameters for authorization.
getAuthParams() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.AccessKeyAuthHandler
 
getAuthParams() - Method in class com.aliyun.openservices.iot.api.auth.handler.AppKeyAuthHandler
 
getAuthParams() - Method in class com.aliyun.openservices.iot.api.auth.handler.DeviceAuthHandler
 
getConnection() - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
getConnectionList() - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionManager
get a connection
getConnectionList() - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionManagerImpl
 
getDataStreamContext(List<Connection>, String) - Static method in class com.aliyun.openservices.iot.api.util.StreamUtil
 
getDataStreamId(Http2Headers) - Static method in class com.aliyun.openservices.iot.api.util.StreamUtil
 
getDataStreamMaps(Connection) - Static method in class com.aliyun.openservices.iot.api.util.StreamUtil
 
getDeviceProfile(String, String, String, String, String) - Static method in class com.aliyun.openservices.iot.api.Profile
 
getErrorMessage() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
getHost() - Method in class com.aliyun.openservices.iot.api.Profile
 
getInstance(UnmarshallerContext) - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
getIotId() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
getIotInstanceId() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthRequest
 
getIotToken() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
getPort() - Method in class com.aliyun.openservices.iot.api.Profile
 
getProperty(Http2Connection.PropertyKey) - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
get property
getProperty(Http2Connection.PropertyKey) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
getPropertyKey(String) - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
get property key
getPropertyKey(String) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
getRequestId() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
getRequestId() - Method in class com.aliyun.openservices.iot.api.http2.entity.BaseHttpEntity
 
getResponseClass() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthRequest
 
getStatus() - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
get connection status
getStatus() - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
getStatus() - Method in class com.aliyun.openservices.iot.api.http2.entity.Http2Response
 
getStreamData(Connection, Http2Stream) - Method in class com.aliyun.openservices.iot.api.http2.callback.AbstractHttp2StreamDataReceiver
 
getSuccess() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
getValidDuration() - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 

H

handlerAdded(ChannelHandlerContext) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
headers - Variable in class com.aliyun.openservices.iot.api.http2.entity.BaseHttpEntity
 
Http2Request - Class in com.aliyun.openservices.iot.api.http2.entity
 
Http2Request() - Constructor for class com.aliyun.openservices.iot.api.http2.entity.Http2Request
 
Http2Response - Class in com.aliyun.openservices.iot.api.http2.entity
 
Http2Response(Http2Headers, byte[]) - Constructor for class com.aliyun.openservices.iot.api.http2.entity.Http2Response
 
Http2Response() - Constructor for class com.aliyun.openservices.iot.api.http2.entity.Http2Response
 
Http2StreamListener - Interface in com.aliyun.openservices.iot.api.http2.callback
 

I

initChannel(SocketChannel) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Initializer
 
INSTANCE_ID - Static variable in class com.aliyun.openservices.iot.api.Constants
连接认证类型
IotClientException - Exception in com.aliyun.openservices.iot.api.exception
 
IotClientException(String, String, String, String) - Constructor for exception com.aliyun.openservices.iot.api.exception.IotClientException
 
IotClientException(String) - Constructor for exception com.aliyun.openservices.iot.api.exception.IotClientException
 
IotClientException(String, Throwable) - Constructor for exception com.aliyun.openservices.iot.api.exception.IotClientException
 
IotClientException(Throwable) - Constructor for exception com.aliyun.openservices.iot.api.exception.IotClientException
 
IotClientException(String, Http2Response) - Constructor for exception com.aliyun.openservices.iot.api.exception.IotClientException
 
IotHttp2Client - Class in com.aliyun.openservices.iot.api.http2
iot client communicate with http2 server
IotHttp2Client(Profile, int) - Constructor for class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
isAuthorized() - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
is connection authorized
isAuthorized() - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
isEmpty(CharSequence) - Static method in class com.aliyun.openservices.iot.api.util.StringUtil
 
isNotEmpty(CharSequence) - Static method in class com.aliyun.openservices.iot.api.util.StringUtil
 
isServer() - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2HandlerBuilder
 
isStarted() - Method in interface com.aliyun.openservices.iot.api.Admin
isStarted

N

NettyHttp2Handler - Class in com.aliyun.openservices.iot.api.http2.netty
 
NettyHttp2HandlerBuilder - Class in com.aliyun.openservices.iot.api.http2.netty
Netty Http2 handler builder setup frameLogger and initialSetting
NettyHttp2HandlerBuilder(long) - Constructor for class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2HandlerBuilder
 
NettyHttp2Initializer - Class in com.aliyun.openservices.iot.api.http2.netty
netty initializer only support h2
NettyHttp2Initializer(long, boolean) - Constructor for class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Initializer
 
newConnection() - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
create new connection to server

O

onConnectionClosed() - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
callback when connection closed
onConnectionClosed() - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
onDataRead(Connection, Http2Stream, byte[], boolean) - Method in class com.aliyun.openservices.iot.api.http2.callback.AbstractHttp2StreamDataReceiver
 
onDataRead(Connection, Http2Stream, byte[], boolean) - Method in interface com.aliyun.openservices.iot.api.http2.callback.Http2StreamListener
callback for data receiving
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionReader
callback for DataFrame
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onError(ChannelHandlerContext, boolean, Throwable) - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
callback when error occurs
onError(ChannelHandlerContext, boolean, Throwable) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
onError(ChannelHandlerContext, boolean, Throwable) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionReader
callback for GoAway
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onHeadersRead(Connection, Http2Stream, Http2Headers, boolean) - Method in class com.aliyun.openservices.iot.api.http2.callback.AbstractHttp2StreamDataReceiver
 
onHeadersRead(Connection, Http2Stream, Http2Headers, boolean) - Method in interface com.aliyun.openservices.iot.api.http2.callback.Http2StreamListener
callback for headers receiving
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionReader
callback for HeaderFrame
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onPingAckRead(ChannelHandlerContext, long) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onPingRead(ChannelHandlerContext, long) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionReader
callback for rst
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onSettingReceive(Connection, Http2Settings) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionListener
callback for setting received
onSettingsAckRead(ChannelHandlerContext) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionReader
callback for SettingFrame
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onStatusChange(ConnectionStatus, Connection) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionListener
callback for status changed
onStreamDataReceived(Connection, Http2Stream, StreamData) - Method in class com.aliyun.openservices.iot.api.http2.callback.AbstractHttp2StreamDataReceiver
callback when receive the whole stream(stream is end).
onStreamError(Connection, Http2Stream, IOException) - Method in interface com.aliyun.openservices.iot.api.http2.callback.Http2StreamListener
callback for error.
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionReader
callback for Unknown Frame
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 

P

PARAM_ACCESS_KEY - Static variable in class com.aliyun.openservices.iot.api.Constants
使用阿里云AK方式连接,accessKey
PARAM_ACCESS_SECRET - Static variable in class com.aliyun.openservices.iot.api.Constants
使用阿里云AK方式连接,accessSecret
PARAM_ALIYUNCS_HOST - Static variable in class com.aliyun.openservices.iot.api.Constants
使用阿里云POP接口HOST
PARAM_APP_KEY - Static variable in class com.aliyun.openservices.iot.api.Constants
使用AppKey方式连接,参数AppKey
PARAM_APP_SECRET - Static variable in class com.aliyun.openservices.iot.api.Constants
使用AppKey方式连接,参数AppSecret
PARAM_CLIENT_ID - Static variable in class com.aliyun.openservices.iot.api.Constants
使用设备方式连接,clientId
PARAM_DEVICE_NAME - Static variable in class com.aliyun.openservices.iot.api.Constants
使用设备方式连接,deviceName
PARAM_DEVICE_SECRET - Static variable in class com.aliyun.openservices.iot.api.Constants
使用设备方式连接,deviceSecret
PARAM_PRODUCT_KEY - Static variable in class com.aliyun.openservices.iot.api.Constants
使用设备方式连接,productKey
PARAM_STS_TOKEN - Static variable in class com.aliyun.openservices.iot.api.Constants
使用阿里云AK方式连接,accessKey
PATH_STREAM_CLOSE - Static variable in class com.aliyun.openservices.iot.api.util.StreamUtil
 
PATH_STREAM_CLOSE_FROM_RECEIVER - Static variable in class com.aliyun.openservices.iot.api.util.StreamUtil
 
PATH_STREAM_OPEN - Static variable in class com.aliyun.openservices.iot.api.util.StreamUtil
 
PATH_STREAM_REGISTER - Static variable in class com.aliyun.openservices.iot.api.util.StreamUtil
 
PATH_STREAM_SEND - Static variable in class com.aliyun.openservices.iot.api.util.StreamUtil
 
PATH_STREAM_UNREGISTER - Static variable in class com.aliyun.openservices.iot.api.util.StreamUtil
 
Profile - Class in com.aliyun.openservices.iot.api
 
putDataStreamContext(Connection, String, StreamServiceContext) - Static method in class com.aliyun.openservices.iot.api.util.StreamUtil
 

R

RamAuthRequest - Class in com.aliyun.openservices.iot.api.auth.handler.accesskey
 
RamAuthRequest() - Constructor for class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthRequest
 
RamAuthResponse - Class in com.aliyun.openservices.iot.api.auth.handler.accesskey
 
RamAuthResponse() - Constructor for class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
RamAuthResponseUnmarshaller - Class in com.aliyun.openservices.iot.api.auth.handler.accesskey
 
RamAuthResponseUnmarshaller() - Constructor for class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponseUnmarshaller
 
randomConnection(Predicate<Connection>) - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
readAllData() - Method in class com.aliyun.openservices.iot.api.http2.entity.StreamData
 
REGION_ID - Static variable in class com.aliyun.openservices.iot.api.Constants
使用阿里云AK方式连接,region
registerAuthHandler(String, AuthHandler) - Static method in class com.aliyun.openservices.iot.api.auth.AuthenticationFactory
 
removeConnectionListener(ConnectionListener) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionManager
remove connection listener
removeConnectionListener(ConnectionListener) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionManagerImpl
 
removeConnectionListener(ConnectionListener) - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
removeConnectListener() - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
remove connection listener
removeConnectListener() - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
removeDataStreamContext(Connection, String) - Static method in class com.aliyun.openservices.iot.api.util.StreamUtil
 
REQUEST_ID - Static variable in class com.aliyun.openservices.iot.api.http2.entity.BaseHttpEntity
 

S

sendRequest(Connection, Http2Headers, byte[], Http2StreamListener) - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
sendRequest(Connection, Http2Headers, byte[]) - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
setConnectionListener(ConnectionListener) - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
set listener for connection
setConnectionListener(ConnectionListener) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
setDefaultStreamListener(Http2StreamListener) - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
set default stream listener
setDefaultStreamListener(Http2StreamListener) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
setErrorMessage(String) - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
setIotId(String) - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
setIotInstanceId(String) - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthRequest
 
setIotToken(String) - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
setProperty(Http2Connection.PropertyKey, Object) - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
set property
setProperty(Http2Connection.PropertyKey, Object) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
setRequestId(String) - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
setRequestId(String) - Method in class com.aliyun.openservices.iot.api.http2.entity.BaseHttpEntity
 
setStatus(ConnectionStatus) - Method in interface com.aliyun.openservices.iot.api.http2.connection.Connection
set connection status
setStatus(ConnectionStatus) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
setSuccess(Boolean) - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
setupConnection(Connection, Http2StreamListener) - Static method in class com.aliyun.openservices.iot.api.util.StreamUtil
 
setValidDuration(Long) - Method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponse
 
shutdown() - Method in interface com.aliyun.openservices.iot.api.Admin
shutdown
shutdown() - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionManager
shutdown close all connection
shutdown() - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionManagerImpl
 
shutdown() - Method in class com.aliyun.openservices.iot.api.http2.IotHttp2Client
 
start() - Method in interface com.aliyun.openservices.iot.api.Admin
start
StreamData - Class in com.aliyun.openservices.iot.api.http2.entity
 
StreamData(int) - Constructor for class com.aliyun.openservices.iot.api.http2.entity.StreamData
 
StreamServiceContext - Class in com.aliyun.openservices.iot.api.stream
 
StreamServiceContext(Connection, String) - Constructor for class com.aliyun.openservices.iot.api.stream.StreamServiceContext
 
StreamServiceContext(Connection, BaseHttpEntity, String) - Constructor for class com.aliyun.openservices.iot.api.stream.StreamServiceContext
 
StreamUtil - Class in com.aliyun.openservices.iot.api.util
 
StreamUtil() - Constructor for class com.aliyun.openservices.iot.api.util.StreamUtil
 
StreamWriteContext - Class in com.aliyun.openservices.iot.api.http2.connection
stream write上下文 通过Connection.writeHeader打开新流获取 用于写Header及Data帧
StreamWriteContext(Http2Stream, Connection) - Constructor for class com.aliyun.openservices.iot.api.http2.connection.StreamWriteContext
 
StringUtil - Class in com.aliyun.openservices.iot.api.util
 
StringUtil() - Constructor for class com.aliyun.openservices.iot.api.util.StringUtil
 

T

toString() - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
toString() - Method in class com.aliyun.openservices.iot.api.http2.entity.StreamData
 

U

unmarshall(RamAuthResponse, UnmarshallerContext) - Static method in class com.aliyun.openservices.iot.api.auth.handler.accesskey.RamAuthResponseUnmarshaller
 
unregisterAuthHandler(String) - Static method in class com.aliyun.openservices.iot.api.auth.AuthenticationFactory
 
updateContext(BaseHttpEntity) - Method in class com.aliyun.openservices.iot.api.stream.StreamServiceContext
更新上下文
userEventTriggered(ChannelHandlerContext, Object) - Method in class com.aliyun.openservices.iot.api.http2.netty.NettyHttp2Handler
 

V

valueOf(String) - Static method in enum com.aliyun.openservices.iot.api.http2.connection.ConnectionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.aliyun.openservices.iot.api.http2.connection.ConnectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeData(int, byte[], boolean) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionWriter
write DATA frame
writeData(int, byte[], boolean) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
writeData(byte[], boolean) - Method in class com.aliyun.openservices.iot.api.http2.connection.StreamWriteContext
write DATA frame
writeGoAway(int, int, byte[]) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionWriter
write GoAway frame
writeGoAway(int, int, byte[]) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
writeHeader(Http2Headers, boolean) - Method in class com.aliyun.openservices.iot.api.stream.StreamServiceContext
回复流数据,回复header并获取写入的context,可以持续写入数据,直到endStream为true
writeHeaders(Http2Headers, boolean, Http2StreamListener) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionWriter
start a new stream and write Header Frame
writeHeaders(Http2Headers, boolean, Http2StreamListener) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
writeResponse(Http2Response) - Method in class com.aliyun.openservices.iot.api.stream.StreamServiceContext
回复流数据,response数据一次发送完成,并完成该次流请求
writeRst(int, int) - Method in interface com.aliyun.openservices.iot.api.http2.connection.ConnectionWriter
write RST_STEAM frame
writeRst(int, int) - Method in class com.aliyun.openservices.iot.api.http2.connection.impl.ConnectionImpl
 
A B C D E G H I N O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.