public class BinaryEventSender extends Object
| Constructor and Description |
|---|
BinaryEventSender() |
| Modifier and Type | Method and Description |
|---|---|
static String |
processResponse(Socket socket) |
static void |
sendBinaryLoginMessage(Socket socket,
String userName,
String password) |
static void |
sendBinaryLogoutMessage(Socket socket,
String sessionId) |
static void |
sendBinaryPublishMessage(Socket socket,
List<org.wso2.carbon.databridge.commons.Event> events,
String sessionId) |
public static void sendBinaryLoginMessage(Socket socket, String userName, String password) throws IOException
IOExceptionpublic static void sendBinaryLogoutMessage(Socket socket, String sessionId) throws IOException
IOExceptionpublic static void sendBinaryPublishMessage(Socket socket, List<org.wso2.carbon.databridge.commons.Event> events, String sessionId) throws IOException
IOExceptionCopyright © 2021 WSO2. All rights reserved.