Class W3CHttpCommandCodec

java.lang.Object
org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec
All Implemented Interfaces:
CommandCodec<HttpRequest>

public class W3CHttpCommandCodec extends AbstractHttpCommandCodec
A command codec that adheres to the W3C's WebDriver wire protocol.
See Also: