Class SimpleHttpResponseFactory

java.lang.Object
io.micronaut.http.simple.SimpleHttpResponseFactory
All Implemented Interfaces:
HttpResponseFactory

public class SimpleHttpResponseFactory extends Object implements HttpResponseFactory
Simple HttpResponseFactory implementation. This is the default fallback factory.
Since:
1.0
Author:
Vladimir Orany
  • Constructor Details

    • SimpleHttpResponseFactory

      public SimpleHttpResponseFactory()
  • Method Details