Package ratpack.remote
Class RemoteControl
- java.lang.Object
-
- ratpack.remote.RemoteControl
-
public abstract class RemoteControl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_REMOTE_CONTROL_PATH
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HandlerDecorator
handlerDecorator()
static HandlerDecorator
handlerDecorator(java.lang.String path)
-
-
-
Field Detail
-
DEFAULT_REMOTE_CONTROL_PATH
public static final java.lang.String DEFAULT_REMOTE_CONTROL_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
handlerDecorator
public static HandlerDecorator handlerDecorator(java.lang.String path)
-
handlerDecorator
public static HandlerDecorator handlerDecorator()
-
-