Class W3CHttpCommandCodec
- java.lang.Object
-
- org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
-
- org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec
-
- All Implemented Interfaces:
CommandCodec<org.openqa.selenium.remote.http.HttpRequest>
public class W3CHttpCommandCodec extends AbstractHttpCommandCodec
A command codec that adheres to the W3C's WebDriver wire protocol.- See Also:
- W3C WebDriver spec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
AbstractHttpCommandCodec.CommandSpec
-
-
Constructor Summary
Constructors Constructor Description W3CHttpCommandCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,?>
amendParameters(java.lang.String name, java.util.Map<java.lang.String,?> parameters)
-
Methods inherited from class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
alias, decode, defineCommand, defineCommand, delete, encode, get, post
-
-
-
-
Method Detail
-
amendParameters
protected java.util.Map<java.lang.String,?> amendParameters(java.lang.String name, java.util.Map<java.lang.String,?> parameters)
- Specified by:
amendParameters
in classAbstractHttpCommandCodec
-
-