public class WebSocketServer extends Object
Constructor and Description |
---|
WebSocketServer() |
Modifier and Type | Method and Description |
---|---|
String[] |
getApplicationContextLocations() |
Properties |
getProperties() |
static void |
main(String[] args) |
void |
setEntityManagerFactory(EntityManagerFactory emf) |
void |
setManagementService(ManagementService management) |
void |
setProperties(Properties properties) |
void |
setRealm(org.apache.shiro.realm.Realm realm) |
void |
setServiceManagerFactory(ServiceManagerFactory smf) |
void |
setSsl(boolean ssl) |
void |
startServer() |
void |
startSpring() |
void |
stopServer() |
@Autowired public void setEntityManagerFactory(EntityManagerFactory emf)
@Autowired public void setServiceManagerFactory(ServiceManagerFactory smf)
@Autowired public void setManagementService(ManagementService management)
public void setSsl(boolean ssl)
@Autowired public void setRealm(org.apache.shiro.realm.Realm realm)
public Properties getProperties()
@Autowired public void setProperties(Properties properties)
public String[] getApplicationContextLocations()
public void startSpring()
public void startServer()
public void stopServer()
Copyright © 2013. All Rights Reserved.