.setProcessor(clientFilterBuilder.build())
.build();
try {
transport.start();
connection = transport.connect("localhost", 8080).get();
connection.write("Hello Ursus");
} catch (IOException e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
}