Uses of Record Class
eu.cloudnetservice.driver.network.netty.http.NettyHttpServer.HttpHandlerEntry
Packages that use NettyHttpServer.HttpHandlerEntry
-
Uses of NettyHttpServer.HttpHandlerEntry in eu.cloudnetservice.driver.network.netty.http
Fields in eu.cloudnetservice.driver.network.netty.http with type parameters of type NettyHttpServer.HttpHandlerEntryModifier and TypeFieldDescriptionprotected final Collection<NettyHttpServer.HttpHandlerEntry>NettyHttpServer.registeredHandlersMethods in eu.cloudnetservice.driver.network.netty.http with parameters of type NettyHttpServer.HttpHandlerEntryModifier and TypeMethodDescriptionintNettyHttpServer.HttpHandlerEntry.compareTo(@NonNull NettyHttpServer.HttpHandlerEntry httpHandlerEntry) private booleanNettyHttpServerHandler.handleMessage0(NettyHttpServer.HttpHandlerEntry httpHandlerEntry, @NonNull HttpContext context, @NonNull String fullPath, @NonNull String[] pathEntries, @NonNull String[] handlerPathEntries) Handles the incoming request and posts it the given handler if the data matches the settings of the handler.