Class AuthorizationHandler.ResponseRecord
- java.lang.Object
-
- org.openstreetmap.josm.io.remotecontrol.handler.AuthorizationHandler.ResponseRecord
-
- Enclosing class:
- AuthorizationHandler
public static final class AuthorizationHandler.ResponseRecord extends java.lang.Object
A basic record for changing responses
-
-
Constructor Summary
Constructors Constructor Description ResponseRecord(java.lang.String content, java.lang.String type)Create a new record
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcontent()Get the content for the responsejava.lang.Stringtype()Get the type for the response
-
-
-
Constructor Detail
-
ResponseRecord
public ResponseRecord(java.lang.String content, java.lang.String type)
Create a new record- Parameters:
content- The content to show the usertype- The content mime type
-
-