public class HttpWebSocketInboundEndpointHandler
extends java.lang.Object
Constructor and Description |
---|
HttpWebSocketInboundEndpointHandler() |
Modifier and Type | Method and Description |
---|---|
static boolean |
closeEndpoint(int port)
Close ListeningEndpoint running on the given port.
|
static boolean |
startListener(org.apache.axis2.context.ConfigurationContext configurationContext,
HttpWebSocketInboundEndpointConfiguration httpWebSocketConfig)
Start Endpoint Listener.
|
static boolean |
startSSLListener(org.apache.axis2.context.ConfigurationContext configurationContext,
HttpWebSocketInboundEndpointConfiguration httpWebSocketConfig)
Start SSL Endpoint Listener.
|
public static boolean startListener(org.apache.axis2.context.ConfigurationContext configurationContext, HttpWebSocketInboundEndpointConfiguration httpWebSocketConfig)
configurationContext
- configuration contexthttpWebSocketConfig
- configuration that represents http and websocket inbound endpointpublic static boolean startSSLListener(org.apache.axis2.context.ConfigurationContext configurationContext, HttpWebSocketInboundEndpointConfiguration httpWebSocketConfig)
configurationContext
- configuration contexthttpWebSocketConfig
- configuration that represents http and websocket inbound endpointpublic static boolean closeEndpoint(int port)
port
- Port of ListeningEndpoint to be closedCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.