Package org.openqa.selenium.netty.server
Class NettyServer
- java.lang.Object
-
- org.openqa.selenium.netty.server.NettyServer
-
- All Implemented Interfaces:
HasLifecycle<NettyServer>
,Server<NettyServer>
public class NettyServer extends java.lang.Object implements Server<NettyServer>
-
-
Constructor Summary
Constructors Constructor Description NettyServer(BaseServerOptions options, org.openqa.selenium.remote.http.HttpHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL
getUrl()
boolean
isStarted()
NettyServer
start()
void
stop()
-
-
-
Constructor Detail
-
NettyServer
public NettyServer(BaseServerOptions options, org.openqa.selenium.remote.http.HttpHandler handler)
-
-
Method Detail
-
isStarted
public boolean isStarted()
- Specified by:
isStarted
in interfaceServer<NettyServer>
-
getUrl
public java.net.URL getUrl()
- Specified by:
getUrl
in interfaceServer<NettyServer>
-
stop
public void stop()
- Specified by:
stop
in interfaceHasLifecycle<NettyServer>
-
start
public NettyServer start()
- Specified by:
start
in interfaceHasLifecycle<NettyServer>
-
-