public class InboundHL7IOReactor extends Object
Constructor and Description |
---|
InboundHL7IOReactor() |
Modifier and Type | Method and Description |
---|---|
static boolean |
bind(int port,
HL7Processor processor) |
protected static void |
checkReactor()
In certain cases, reactor is not started prior to a bind() (e.g.
|
static boolean |
isEndpointRunning(int port) |
static boolean |
isStarted() |
static void |
pause() |
static void |
start() |
static void |
stop() |
static boolean |
unbind(int port) |
public static void start() throws IOException
IOException
public static void stop()
public static void pause()
public static boolean isStarted()
public static boolean bind(int port, HL7Processor processor)
public static boolean unbind(int port)
protected static void checkReactor()
public static boolean isEndpointRunning(int port)
Copyright © 2021 WSO2. All rights reserved.