Class AbstractHttpCommandCodec

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

public abstract class AbstractHttpCommandCodec extends Object implements CommandCodec<HttpRequest>
A command codec that adheres to the W3C's WebDriver wire protocol.
See Also: