org.granite.messaging.webapp
Class AMFEndpoint
java.lang.Object
org.granite.messaging.webapp.AMFEndpoint
public class AMFEndpoint
- extends Object
- Author:
- Franck WOLFF
|
Method Summary |
void |
destroy()
|
void |
init(ServletContext context)
|
void |
service(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response)
|
protected void |
serviceAMF(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response)
|
protected void |
serviceJMFAMF(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMFEndpoint
public AMFEndpoint()
init
public void init(ServletContext context)
destroy
public void destroy()
service
public void service(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Throws:
IOException
ServletException
serviceAMF
protected void serviceAMF(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Throws:
IOException
ServletException
serviceJMFAMF
protected void serviceJMFAMF(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Throws:
IOException
ServletException