Class MrcpRequestFactory.UnimplementedRequest
java.lang.Object
com.bytedesk.call.mrcp4j.message.MrcpMessage
com.bytedesk.call.mrcp4j.message.request.MrcpRequest
com.bytedesk.call.mrcp4j.message.request.MrcpRequestFactory.UnimplementedRequest
- Enclosing class:
- MrcpRequestFactory
-
Field Summary
Fields inherited from class com.bytedesk.call.mrcp4j.message.MrcpMessage
CRLF, MRCP_VERSION_2_0 -
Constructor Summary
ConstructorsConstructorDescriptionUnimplementedRequest(MrcpMethodName methodName) UnimplementedRequest(String methodName) -
Method Summary
Methods inherited from class com.bytedesk.call.mrcp4j.message.request.MrcpRequest
appendStartLine, getMethodName, getMethodNameAsStringMethods inherited from class com.bytedesk.call.mrcp4j.message.MrcpMessage
addHeader, getChannelIdentifier, getContent, getContentType, getHeader, getHeader, getHeaders, getMessageLength, getRequestID, getVersion, hasContent, removeContent, removeHeader, removeHeader, setContent, setContent, setContent, setMessageLength, setRequestID, setVersion, toString
-
Constructor Details
-
UnimplementedRequest
UnimplementedRequest(MrcpMethodName methodName) -
UnimplementedRequest
UnimplementedRequest(String methodName)
-