org.mockserver.mockserver.callback.client
Class WebSocketClient

java.lang.Object
  extended by org.mockserver.mockserver.callback.client.WebSocketClient

public class WebSocketClient
extends Object

Author:
jamesdbloom

Constructor Summary
WebSocketClient()
           
 
Method Summary
static void main(String[] args)
           
 void sendWebSocketFrame(io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)
           
 void stopClient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSocketClient

public WebSocketClient()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        InterruptedException
Throws:
IOException
InterruptedException

stopClient

public void stopClient()

sendWebSocketFrame

public void sendWebSocketFrame(io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)


Copyright © 2016. All rights reserved.