Class ConnectionManager
java.lang.Object
io.quarkiverse.mcp.server.runtime.ConnectionManager
- All Implemented Interfaces:
- Iterable<McpConnectionBase>
- 
Constructor SummaryConstructorsConstructorDescriptionConnectionManager(io.vertx.core.Vertx vertx, ResponseHandlers responseHandlers, McpServersRuntimeConfig servers, McpMetadata metadata) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(McpConnectionBase connection) static Stringbooleaniterator()booleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
ConnectionManagerpublic ConnectionManager(io.vertx.core.Vertx vertx, ResponseHandlers responseHandlers, McpServersRuntimeConfig servers, McpMetadata metadata) 
 
- 
- 
Method Details- 
iterator- Specified by:
- iteratorin interface- Iterable<McpConnectionBase>
 
- 
has
- 
get
- 
add
- 
remove
- 
connectionId
 
-