public interface PrimitiveProtocolTypeRegistry
| Modifier and Type | Method and Description |
|---|---|
PrimitiveProtocol.Type |
getProtocolType(String type)
Returns the protocol type for the given configuration.
|
Collection<PrimitiveProtocol.Type> |
getProtocolTypes()
Returns the collection of registered protocol types.
|
Collection<PrimitiveProtocol.Type> getProtocolTypes()
PrimitiveProtocol.Type getProtocolType(String type)
type - the type name for which to return the protocol typeCopyright © 2013–2018. All rights reserved.