public class

WSFactoryImpl

extends WSFactory
java.lang.Object
   ↳ com.ericsson.research.transport.ws.WSFactory
     ↳ com.ericsson.research.transport.ws.spi.WSFactoryImpl

Summary

[Expand]
Inherited Constants
From class com.ericsson.research.transport.ws.WSFactory
Public Constructors
WSFactoryImpl()
Public Methods
WSInterface _createWebSocketClient(WSURI uri, WSListener listener, int version, WSSecurityContext securityContext)
WSServer _createWebSocketServer(String host, int port, WSAcceptListener serverListener, WSSecurityContext securityContext)
[Expand]
Inherited Methods
From class com.ericsson.research.transport.ws.WSFactory
From class java.lang.Object

Public Constructors

public WSFactoryImpl ()

Public Methods

public WSInterface _createWebSocketClient (WSURI uri, WSListener listener, int version, WSSecurityContext securityContext)

Throws
IOException

public WSServer _createWebSocketServer (String host, int port, WSAcceptListener serverListener, WSSecurityContext securityContext)

Throws
IOException