MCPcopy
hub / github.com/NanoHttpd/nanohttpd / execute

Method execute

core/src/main/java/fi/iki/elonen/NanoHTTPD.java:1237–1237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1235 public interface IHTTPSession {
1236
1237 void execute() throws IOException;
1238
1239 CookieHandler getCookies();
1240

Callers 15

doSomeBasicMethodTestMethod · 0.65
doEncodedRequestMethod · 0.65
doNonRouterRequestMethod · 0.65
doExceptionRequestMethod · 0.65
doDeletedRouteMethod · 0.65
doUriSelection1Method · 0.65
doStreamOfDataMethod · 0.65
doGeneralParamsMethod · 0.65
doIndexHandlerMethod · 0.65
doMissingHandlerMethod · 0.65
doOtherMethodMethod · 0.65
staticFilesMethod · 0.65

Implementers 1

HTTPSessioncore/src/main/java/fi/iki/elonen/NanoH

Calls

no outgoing calls

Tested by 15

doSomeBasicMethodTestMethod · 0.52
doEncodedRequestMethod · 0.52
doNonRouterRequestMethod · 0.52
doExceptionRequestMethod · 0.52
doDeletedRouteMethod · 0.52
doUriSelection1Method · 0.52
doStreamOfDataMethod · 0.52
doGeneralParamsMethod · 0.52
doIndexHandlerMethod · 0.52
doMissingHandlerMethod · 0.52
doOtherMethodMethod · 0.52
staticFilesMethod · 0.52