public interface WSHandlerInterface
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WSHandlerInterface.WSHandlerResponseInterface |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connect(YHTTPHub hub,
boolean first_notification_connection,
long expiration,
int notifAbsPos) |
String |
getThreadLabel() |
boolean |
isCallback() |
boolean |
isOpen() |
void |
sendBinary(ByteBuffer partialByte,
boolean isLast) |
void connect(YHTTPHub hub, boolean first_notification_connection, long expiration, 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 © 2026. All rights reserved.