Public Member Functions | |
| WebSocketMockRequest () | |
| void | connect () throws IOException |
| void | setRequestUri (URI uri) |
| HashMap< String, String > | getHeaders () |
| void | setMethod (String method) |
| String | getMethod () |
Protected Member Functions | |
| WebSocketMockRequest (URL url) | |
| fm.liveswitch.WebSocketMockRequest.WebSocketMockRequest | ( | ) |
|
protected |
| void fm.liveswitch.WebSocketMockRequest.connect | ( | ) | throws IOException |
| HashMap<String, String> fm.liveswitch.WebSocketMockRequest.getHeaders | ( | ) |
| String fm.liveswitch.WebSocketMockRequest.getMethod | ( | ) |
| void fm.liveswitch.WebSocketMockRequest.setMethod | ( | String | method | ) |
| void fm.liveswitch.WebSocketMockRequest.setRequestUri | ( | URI | uri | ) |