public class JavaNetClient extends Object implements AsyncTestClient<byte[]>
Constructor and Description |
---|
JavaNetClient() |
Modifier and Type | Method and Description |
---|---|
ContentType |
getContentType(ClientOptions options,
ContentType contentType) |
void |
sendMessage(ClientOptions options,
ContentType contentType,
byte[] message) |
public ContentType getContentType(ClientOptions options, ContentType contentType)
getContentType
in interface TestClient
public void sendMessage(ClientOptions options, ContentType contentType, byte[] message) throws Exception
sendMessage
in interface AsyncTestClient<byte[]>
Exception
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.