public class WSHandlerJEE extends Object implements WSHandlerInterface
WSHandlerInterface.WSHandlerResponseInterface| Constructor and Description |
|---|
WSHandlerJEE(WSHandlerInterface.WSHandlerResponseInterface nhandler,
Object session) |
| 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) |
public WSHandlerJEE(WSHandlerInterface.WSHandlerResponseInterface nhandler, Object session)
public void connect(YHTTPHub hub, boolean first_notification_connection, long expiration, int notifAbsPos) throws YAPI_Exception
connect in interface WSHandlerInterfaceYAPI_Exceptionpublic void close()
close in interface WSHandlerInterfacepublic boolean isOpen()
isOpen in interface WSHandlerInterfacepublic void sendBinary(ByteBuffer partialByte, boolean isLast) throws YAPI_Exception
sendBinary in interface WSHandlerInterfaceYAPI_Exceptionpublic String getThreadLabel()
getThreadLabel in interface WSHandlerInterfacepublic boolean isCallback()
isCallback in interface WSHandlerInterfaceCopyright © 2026. All rights reserved.