Public Member Functions | |
| WebSocketMockResponse () | |
| void | connect () throws IOException |
| void | setResponseUri (URI uri) |
| HashMap< String, String > | getHeaders () |
| void | setContentLength (long contentLength) |
| int | getContentLength () |
| void | setStatusCode (int statusCode) |
| int | getStatusCode () |
| void | setContentType (String contentType) |
| String | getContentType () |
Protected Member Functions | |
| WebSocketMockResponse (URL url) | |
| fm.liveswitch.WebSocketMockResponse.WebSocketMockResponse | ( | ) |
|
protected |
| void fm.liveswitch.WebSocketMockResponse.connect | ( | ) | throws IOException |
| int fm.liveswitch.WebSocketMockResponse.getContentLength | ( | ) |
| String fm.liveswitch.WebSocketMockResponse.getContentType | ( | ) |
| HashMap<String, String> fm.liveswitch.WebSocketMockResponse.getHeaders | ( | ) |
| int fm.liveswitch.WebSocketMockResponse.getStatusCode | ( | ) |
| void fm.liveswitch.WebSocketMockResponse.setContentLength | ( | long | contentLength | ) |
| void fm.liveswitch.WebSocketMockResponse.setContentType | ( | String | contentType | ) |
| void fm.liveswitch.WebSocketMockResponse.setResponseUri | ( | URI | uri | ) |
| void fm.liveswitch.WebSocketMockResponse.setStatusCode | ( | int | statusCode | ) |