public interface WSHandlerInterface
Modifier and Type | Interface and Description |
---|---|
static interface |
WSHandlerInterface.WSHandlerResponseInterface |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(com.yoctopuce.YoctoAPI.YHTTPHub hub,
boolean first_notification_connection,
int mstimeout,
int notifAbsPos) |
String |
getThreadLabel() |
boolean |
isCallback() |
boolean |
isOpen() |
void |
sendBinary(ByteBuffer partialByte,
boolean isLast) |
void connect(com.yoctopuce.YoctoAPI.YHTTPHub hub, boolean first_notification_connection, int mstimeout, int notifAbsPos) throws YAPI_Exception
YAPI_Exception
void close()
boolean isOpen()
void sendBinary(ByteBuffer partialByte, boolean isLast) throws YAPI_Exception
YAPI_Exception
String getThreadLabel()
boolean isCallback()
Copyright © 2022. All rights reserved.