Class W3CHttpResponseCodec

java.lang.Object
org.openqa.selenium.remote.codec.AbstractHttpResponseCodec
org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec
All Implemented Interfaces:
ResponseCodec<HttpResponse>

public class W3CHttpResponseCodec extends AbstractHttpResponseCodec
A response codec that adheres to the W3C WebDriver wire protocol.
See Also: