Package | Description |
---|---|
org.red5.server.net.remoting | |
org.red5.server.net.servlet |
Modifier and Type | Field and Description |
---|---|
protected RemotingPacket |
RemotingConnection.packet
Remoting packet that triggered the connection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RemotingConnection.setPacket(RemotingPacket packet)
Update the current packet.
|
Constructor and Description |
---|
RemotingConnection(javax.servlet.http.HttpServletRequest request,
IScope scope,
RemotingPacket packet)
Create servlet connection from request and scope.
|
Modifier and Type | Method and Description |
---|---|
protected RemotingPacket |
AMFGatewayServlet.decodeRequest(javax.servlet.http.HttpServletRequest req)
Decode request
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AMFGatewayServlet.handleRemotingPacket(javax.servlet.http.HttpServletRequest req,
IContext context,
IScope scope,
RemotingPacket message)
Handles AMF request by making calls
|
protected void |
AMFGatewayServlet.sendResponse(javax.servlet.http.HttpServletResponse resp,
RemotingPacket packet)
Sends response to client
|
Copyright © 2006-2012 The Red5 Project