Uses of Class
htmlcompiler.model.fakeapi.Endpoint
| Package | Description |
|---|---|
| htmlcompiler.model.fakeapi |
-
Uses of Endpoint in htmlcompiler.model.fakeapi
Fields in htmlcompiler.model.fakeapi declared as Endpoint Modifier and Type Field Description EndpointRequest. endpointMethods in htmlcompiler.model.fakeapi that return Endpoint Modifier and Type Method Description static EndpointEndpoint. toKey(com.sun.net.httpserver.HttpExchange exchange)static EndpointEndpoint. toKey(java.lang.String method, java.lang.String path)Constructors in htmlcompiler.model.fakeapi with parameters of type Endpoint Constructor Description Request(Endpoint endpoint, int statusCode, java.util.List<htmlcompiler.model.fakeapi.Request.Header> headers, java.lang.String body)