Uses of Class
org.red5.server.net.rtmpt.RTMPTConnection

Packages that use RTMPTConnection
org.red5.server.net.rtmpt   
 

Uses of RTMPTConnection in org.red5.server.net.rtmpt
 

Methods in org.red5.server.net.rtmpt that return RTMPTConnection
protected  RTMPTConnection RTMPTServlet.createConnection()
           
protected  RTMPTConnection RTMPTServlet.getClientConnection(javax.servlet.http.HttpServletRequest req)
          Get the RTMPT client for a session.
protected  RTMPTConnection RTMPTServlet.getConnection(int clientId)
           
 

Methods in org.red5.server.net.rtmpt with parameters of type RTMPTConnection
protected  void RTMPTServlet.notifyClosed(RTMPTConnection conn)
          A connection has been closed that was created by this servlet.
protected  void RTMPTServlet.returnMessage(RTMPTConnection client, IoBuffer buffer, javax.servlet.http.HttpServletResponse resp)
          Return raw data to the client.
protected  void RTMPTServlet.returnPendingMessages(RTMPTConnection client, javax.servlet.http.HttpServletResponse resp)
          Send pending messages to client.
 



Copyright © 2006-2010 The Red5 Project