Req
Resp
public class Pair<Req,Resp> extends Object
request
response
static <First,Second> Pair<First,Second>
request(First request)
Pair
response(Second response)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final Req request
public final Resp response
public static <First,Second> Pair<First,Second> request(First request)
public static <First,Second> Pair<First,Second> response(Second response)
Copyright © 2014. All rights reserved.