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

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

Introduction

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

The text is from its open source code.

Field

HttpResponseStatusOK
200 OK
HttpResponseStatusBAD_REQUEST
400 Bad Request
HttpResponseStatusUNAUTHORIZED
401 Unauthorized
HttpResponseStatusNOT_FOUND
404 Not Found
HttpResponseStatusSESSION_NOT_FOUND
454 Session Not Found
HttpResponseStatusMETHOD_NOT_VALID
455 Method Not Valid in This State
HttpResponseStatusHEADER_FIELD_NOT_VALID
456 Header Field Not Valid for Resource
HttpResponseStatusAGGREGATE_OPERATION_NOT_ALLOWED
459 Aggregate operation not allowed
HttpResponseStatusNOT_IMPLEMENTED
501 Not Implemented
HttpResponseStatusSERVICE_UNAVAILABLE
503 Service Unavailable