@Deprecated
public class WebserverHandle
Class which represents a handle to a webserver process and its class NetworkHostAndPort for testing purposes.
class NetworkHostAndPortpublic WebserverHandle(@NotNull
NetworkHostAndPort listenAddress,
@NotNull
java.lang.Process process)
Class which represents a handle to a webserver process and its class NetworkHostAndPort for testing purposes.
listenAddress - The class NetworkHostAndPort for communicating with this webserver.process - The Process in which the websever is runningclass NetworkHostAndPort@NotNull public NetworkHostAndPort getListenAddress()
The
class NetworkHostAndPort for communicating with this webserver.
class NetworkHostAndPort@NotNull public java.lang.Process getProcess()
The
Process in which the websever is running
@NotNull public NetworkHostAndPort component1()
The
class NetworkHostAndPort for communicating with this webserver.
class NetworkHostAndPort@NotNull public java.lang.Process component2()
The
Process in which the websever is running
@NotNull public WebserverHandle copy(@NotNull NetworkHostAndPort listenAddress, @NotNull java.lang.Process process)
Class which represents a handle to a webserver process and its class NetworkHostAndPort for testing purposes.
class NetworkHostAndPort@NotNull public java.lang.String toString()
Class which represents a handle to a webserver process and its class NetworkHostAndPort for testing purposes.
class NetworkHostAndPortpublic int hashCode()
Class which represents a handle to a webserver process and its class NetworkHostAndPort for testing purposes.
class NetworkHostAndPortpublic boolean equals(@Nullable
java.lang.Object p)
Class which represents a handle to a webserver process and its class NetworkHostAndPort for testing purposes.
class NetworkHostAndPort