Modifier and Type | Method and Description |
---|---|
private Protocol<?> |
ProtocolRegistryCreator.findMatch(ProtocolDescription description,
java.util.Collection<Protocol> protocols) |
Modifier and Type | Method and Description |
---|---|
private Protocol<?> |
ProtocolRegistryCreator.findMatch(ProtocolDescription description,
java.util.Collection<Protocol> protocols) |
Modifier and Type | Class and Description |
---|---|
class |
LocalProtocol
A Protocol that invokes the
TestMethodExecutor#invoke() directly. |
Modifier and Type | Field and Description |
---|---|
private Protocol<?> |
ProtocolDefinition.protocol |
Modifier and Type | Method and Description |
---|---|
Protocol<?> |
ProtocolDefinition.getProtocol() |
Constructor and Description |
---|
ProtocolDefinition(Protocol<?> protocol) |
ProtocolDefinition(Protocol<?> protocol,
java.util.Map<java.lang.String,java.lang.String> protocolConfiguration) |
ProtocolDefinition(Protocol<?> protocol,
java.util.Map<java.lang.String,java.lang.String> protocolConfiguration,
boolean defaultProtocol) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJMXProtocol<T extends JMXProtocolConfiguration>
JMXProtocol
|
Modifier and Type | Class and Description |
---|---|
class |
BaseServletProtocol
BaseServletProtocol
|
Modifier and Type | Class and Description |
---|---|
class |
ServletProtocol
ServletProtocol
|