Package org.jboss.hal.dmr.dispatch
Class ServerState
- java.lang.Object
-
- org.jboss.hal.dmr.dispatch.ServerState
-
public class ServerState extends Object
Server state used to process state response headers. This duplicatesorg.jboss.hal.core.runtime.RunningStatefrom modulecoreto a certain degree, but since moduleballroomcannot have dependencies tocorethis code duplication is necessary.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerState.State
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHost()StringgetServer()ServerState.StategetState()inthashCode()StringtoString()
-
-
-
Method Detail
-
getServer
public String getServer()
-
getHost
@Nullable public String getHost()
-
getState
public ServerState.State getState()
-
-