Java io.netty.handler.codec.rtsp RtspMethods fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.rtsp RtspMethods fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.rtsp RtspMethods.

The text is from its open source code.

Field

HttpMethodOPTIONS
The OPTIONS getMethod represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
HttpMethodDESCRIBE
The DESCRIBE getMethod retrieves the description of a presentation or media object identified by the request URL from a server.
HttpMethodANNOUNCE
The ANNOUNCE posts the description of a presentation or media object identified by the request URL to a server, or updates the client-side session description in real-time.
HttpMethodSETUP
The SETUP request for a URI specifies the transport mechanism to be used for the streamed media.
HttpMethodPLAY
The PLAY getMethod tells the server to start sending data via the mechanism specified in SETUP.
HttpMethodPAUSE
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
HttpMethodTEARDOWN
The TEARDOWN request stops the stream delivery for the given URI, freeing the resources associated with it.
HttpMethodGET_PARAMETER
The GET_PARAMETER request retrieves the value of a parameter of a presentation or stream specified in the URI.
HttpMethodSET_PARAMETER
The SET_PARAMETER requests to set the value of a parameter for a presentation or stream specified by the URI.
HttpMethodREDIRECT
The REDIRECT request informs the client that it must connect to another server location.
HttpMethodRECORD
The RECORD getMethod initiates recording a range of media data according to the presentation description.

Method

HttpMethodvalueOf(String name)
Returns the HttpMethod represented by the specified name.