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
Route
s where an HttpService
should be bound.-
Method Summary
Methods inherited from interface com.linecorp.armeria.server.HttpService
decorate, decorate, serve
Methods inherited from interface com.linecorp.armeria.server.Service
as, serviceAdded, shouldCachePath, unwrap
Methods inherited from interface com.linecorp.armeria.server.ServiceWithRoutes
routes