Package | Description |
---|---|
org.red5.server.net.rtmpt |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
RTMPTServlet.notifyClosed(RTMPTConnection conn)
A connection has been closed that was created by this servlet.
|
protected void |
RTMPTServlet.returnMessage(RTMPTConnection client,
org.apache.mina.core.buffer.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-2012 The Red5 Project