Class BlockingTestController


  • public class BlockingTestController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getJsons​(io.netty.handler.codec.http.QueryStringDecoder query)  
      void getNoContent​(io.netty.handler.codec.http.QueryStringDecoder query)  
      java.lang.CharSequence getOK​(io.netty.handler.codec.http.QueryStringDecoder query)  
      java.lang.Object postEcho​(com.github.fmjsjx.libnetty.http.server.HttpRequestContext ctx, com.fasterxml.jackson.databind.JsonNode value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlockingTestController

        public BlockingTestController()
    • Method Detail

      • getJsons

        public java.lang.Object getJsons​(io.netty.handler.codec.http.QueryStringDecoder query)
      • postEcho

        public java.lang.Object postEcho​(com.github.fmjsjx.libnetty.http.server.HttpRequestContext ctx,
                                         com.fasterxml.jackson.databind.JsonNode value)
      • getNoContent

        public void getNoContent​(io.netty.handler.codec.http.QueryStringDecoder query)
      • getOK

        public java.lang.CharSequence getOK​(io.netty.handler.codec.http.QueryStringDecoder query)