org.apache.tomcat.websocket.pojo
Class PojoEndpointClient
java.lang.Object
javax.websocket.Endpoint
org.apache.tomcat.websocket.pojo.PojoEndpointBase
org.apache.tomcat.websocket.pojo.PojoEndpointClient
public class PojoEndpointClient
- extends PojoEndpointBase
Wrapper class for instances of POJOs annotated with
ClientEndpoint
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 |
PojoEndpointClient
public PojoEndpointClient(Object pojo,
Class<? extends Decoder>[] decoders)
throws DeploymentException
- Throws:
DeploymentException
onOpen
public void onOpen(Session session,
EndpointConfig config)
- 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.