Package org.openqa.selenium.remote.http
Class CloseMessage
- java.lang.Object
-
- org.openqa.selenium.remote.http.CloseMessage
-
-
Constructor Summary
Constructors Constructor Description CloseMessage(int code)
CloseMessage(int code, java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
code()
java.lang.String
reason()
-