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_Exceptionvoid close()
boolean isOpen()
void sendBinary(ByteBuffer partialByte, boolean isLast) throws YAPI_Exception
YAPI_ExceptionString getThreadLabel()
boolean isCallback()
Copyright © 2021. All rights reserved.