P - defines a type of protocolF - defines a type of factory bound to this protocolpublic static class ProtocolUtils.Pair<P extends Protocol,F extends ProtocolFactory<P>>
extends java.lang.Object
Represents the pair of Protocol and ProtocolFactory which produce instances
of the given Protocol.
ProtocolUtils.protocolFactoryPair(ProtocolFactory)public final F extends ProtocolFactory<P> factory