Package com.linecorp.armeria.server
Interface HttpServiceWithRoutes
- All Superinterfaces:
HttpService,Service<HttpRequest,,HttpResponse> ServiceWithRoutes<HttpRequest,,HttpResponse> Unwrappable
- All Known Subinterfaces:
GrpcService
public interface HttpServiceWithRoutes
extends ServiceWithRoutes<HttpRequest,HttpResponse>, HttpService
An interface that enables getting all the
Routes where an HttpService should be bound.-
Method Summary
Methods inherited from interface com.linecorp.armeria.server.HttpService
decorate, decorate, exchangeType, serveMethods inherited from interface com.linecorp.armeria.server.Service
as, serviceAdded, shouldCachePath, unwrapMethods inherited from interface com.linecorp.armeria.server.ServiceWithRoutes
routesMethods inherited from interface com.linecorp.armeria.common.util.Unwrappable
equalsIgnoreWrapper, unwrapAll