org.apache.tomcat.websocket.pojo
Class PojoEndpointServer
java.lang.Object
javax.websocket.Endpoint
org.apache.tomcat.websocket.pojo.PojoEndpointBase
org.apache.tomcat.websocket.pojo.PojoEndpointServer
public class PojoEndpointServer
- extends PojoEndpointBase
Wrapper class for instances of POJOs annotated with
ServerEndpoint
so they appear as standard
Endpoint
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POJO_PATH_PARAM_KEY
public static final String POJO_PATH_PARAM_KEY
- See Also:
- Constant Field Values
POJO_METHOD_MAPPING_KEY
public static final String POJO_METHOD_MAPPING_KEY
- See Also:
- Constant Field Values
PojoEndpointServer
public PojoEndpointServer()
onOpen
public void onOpen(Session session,
EndpointConfig endpointConfig)
- Description copied from class:
javax.websocket.Endpoint
- Event that is triggered when a new session starts.
- Specified by:
onOpen
in class Endpoint
- Parameters:
session
- The new session.
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.