- refCnt() - Method in class sinetja.Request
-
- refCnt() - Method in class sinetja.Response
-
- release() - Method in class sinetja.Request
-
- release(int) - Method in class sinetja.Request
-
- release() - Method in class sinetja.Response
-
- release(int) - Method in class sinetja.Response
-
- remoteIp() - Method in class sinetja.Request
-
- renderEventSource(Object) - Method in class sinetja.Response
-
- renderEventSource(Object, String) - Method in class sinetja.Response
-
- replace(ByteBuf) - Method in class sinetja.Request
-
- replace(ByteBuf) - Method in class sinetja.Response
-
- Request - Class in sinetja
-
- Request(Server, Channel, FullHttpRequest, RouteResult) - Constructor for class sinetja.Request
-
- respond() - Method in class sinetja.Response
-
- respondBinary(byte[]) - Method in class sinetja.Response
-
If Content-Type header is not set, it is set to "application/octet-stream".
- respondBinary(ByteBuf) - Method in class sinetja.Response
-
If Content-Type header is not set, it is set to "application/octet-stream".
- respondEventSource(Object) - Method in class sinetja.Response
-
To respond event source, call this method as many time as you want.
- respondEventSource(Object, String) - Method in class sinetja.Response
-
To respond event source, call this method as many time as you want.
- respondFile(String) - Method in class sinetja.Response
-
- respondFile(File) - Method in class sinetja.Response
-
- respondHtml(Object) - Method in class sinetja.Response
-
Content-Type header is set to "text/html".
- respondJs(Object) - Method in class sinetja.Response
-
Content-Type header is set to "application/javascript".
- respondJson(Object) - Method in class sinetja.Response
-
Converts the given Java object to JSON object using Jackson ObjectMapper,
and responds it.
- respondJsonP(Object, String) - Method in class sinetja.Response
-
Converts the given Java object to JSON object using Jackson ObjectMapper,
wraps it with the given JavaScript function name, and responds.
- respondJsonPText(Object, String) - Method in class sinetja.Response
-
Wraps the text with the given JavaScript function name, and responds.
- respondJsonText(Object) - Method in class sinetja.Response
-
Content-Type header is set to "application/json".
- respondText(Object) - Method in class sinetja.Response
-
- respondText(Object, String) - Method in class sinetja.Response
-
- respondXml(Object) - Method in class sinetja.Response
-
Content-Type header is set to "application/xml".
- Response - Class in sinetja
-
- Response(Server, Channel, Request, RouteResult) - Constructor for class sinetja.Response
-
- resumeReading(Channel) - Static method in class sinetja.NoRealPipelining
-
- retain() - Method in class sinetja.Request
-
- retain(int) - Method in class sinetja.Request
-
- retain() - Method in class sinetja.Response
-
- retain(int) - Method in class sinetja.Response
-
- retainedDuplicate() - Method in class sinetja.Request
-
- retainedDuplicate() - Method in class sinetja.Response
-
- run(Request, Response) - Method in interface sinetja.Action
-
If run throws MissingParam exception when
calling request.param, response.respondMissingParam
will automatically be called, which by default responds "400 Bad Request".
- run(Request, Response, Exception) - Method in class sinetja.DefaultErrorHandler
-
- run(Request, Response) - Method in class sinetja.DefaultNotFoundHandler
-
- run(Request, Response, Exception) - Method in interface sinetja.ErrorHandler
-