Apache Tomcat 7.0.54

org.apache.tomcat.websocket.pojo
Class PojoEndpointClient

java.lang.Object
  extended by javax.websocket.Endpoint
      extended by org.apache.tomcat.websocket.pojo.PojoEndpointBase
          extended by 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.


Constructor Summary
PojoEndpointClient(Object pojo, Class<? extends Decoder>[] decoders)
           
 
Method Summary
 void onOpen(Session session, EndpointConfig config)
          Event that is triggered when a new session starts.
 
Methods inherited from class org.apache.tomcat.websocket.pojo.PojoEndpointBase
doOnOpen, getMethodMapping, getPathParameters, getPojo, onClose, onError, setMethodMapping, setPathParameters, setPojo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoEndpointClient

public PojoEndpointClient(Object pojo,
                          Class<? extends Decoder>[] decoders)
                   throws DeploymentException
Throws:
DeploymentException
Method Detail

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.

Apache Tomcat 7.0.54

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.