|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.tyrus.platform.BeanServer
public class BeanServer
Server that processes the client applications and creates respective SPIEndpoint.
| Constructor Summary | |
|---|---|
BeanServer(String engineProviderClassname)
Create new BeanServer. |
|
| Method Summary | |
|---|---|
void |
closeWebSocketServer()
Stop the bean server. |
ServerContainerImpl |
getContainerContext()
Returns the ContainerContext. |
void |
initWebSocketServer(String wsPath,
int port,
Set<Class<?>> fqWSBeanNames)
Inits the server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanServer(String engineProviderClassname)
engineProviderClassname - engine provider.| Method Detail |
|---|
public ServerContainerImpl getContainerContext()
public void closeWebSocketServer()
public void initWebSocketServer(String wsPath,
int port,
Set<Class<?>> fqWSBeanNames)
throws Exception
wsPath - address.port - port.fqWSBeanNames - application classes.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||