public final class RtspMethodException
extends java.lang.Exception
RtspMethodException
- RTSP Method exceptionModifier and Type | Field and Description |
---|---|
int |
code
status code.
|
RtspResponse |
response
response.
|
Constructor and Description |
---|
RtspMethodException(java.lang.String message,
RtspConnection.ResponseFuture future)
Constructor.
|
RtspMethodException(java.lang.String message,
StatusCode code)
Constructor.
|
public final int code
public final RtspResponse response
public RtspMethodException(java.lang.String message, RtspConnection.ResponseFuture future)
message
- future
- public RtspMethodException(java.lang.String message, StatusCode code)
message
- code
-