Class NettyClient

java.lang.Object
org.openqa.selenium.remote.http.netty.NettyClient
All Implemented Interfaces:
Closeable, AutoCloseable, org.openqa.selenium.remote.http.HttpClient, org.openqa.selenium.remote.http.HttpHandler

public class NettyClient extends Object implements org.openqa.selenium.remote.http.HttpClient
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.openqa.selenium.remote.http.HttpResponse
    execute(org.openqa.selenium.remote.http.HttpRequest request)
     
    org.openqa.selenium.remote.http.WebSocket
    openSocket(org.openqa.selenium.remote.http.HttpRequest request, org.openqa.selenium.remote.http.WebSocket.Listener listener)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler

    with
  • Method Details

    • execute

      public org.openqa.selenium.remote.http.HttpResponse execute(org.openqa.selenium.remote.http.HttpRequest request)
      Specified by:
      execute in interface org.openqa.selenium.remote.http.HttpHandler
    • openSocket

      public org.openqa.selenium.remote.http.WebSocket openSocket(org.openqa.selenium.remote.http.HttpRequest request, org.openqa.selenium.remote.http.WebSocket.Listener listener)
      Specified by:
      openSocket in interface org.openqa.selenium.remote.http.HttpClient
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface org.openqa.selenium.remote.http.HttpClient