Uses of Class
com.soklet.SokletConfig
Packages that use SokletConfig
-
Uses of SokletConfig in com.soklet
Methods in com.soklet that return SokletConfigMethods in com.soklet with parameters of type SokletConfigModifier and TypeMethodDescriptionSoklet.fromConfig(@NonNull SokletConfig sokletConfig) Acquires a Soklet instance with the given configuration.voidHttpServer.initialize(@NonNull SokletConfig sokletConfig, @NonNull HttpServer.RequestHandler requestHandler) TheSokletinstance which manages thisHttpServerwill invoke this method exactly once at initialization time - this allowsSokletto "talk" to yourHttpServer.voidMcpServer.initialize(@NonNull SokletConfig sokletConfig, @NonNull McpServer.RequestHandler requestHandler) Initializes the server with Soklet-owned infrastructure.voidSseServer.initialize(@NonNull SokletConfig sokletConfig, @NonNull SseServer.RequestHandler requestHandler) static voidSoklet.runSimulator(@NonNull SokletConfig sokletConfig, @NonNull Consumer<Simulator> simulatorConsumer) Runs Soklet with special non-network "simulator" implementations of the configured transport servers - useful for integration testing.