| Package | Description |
|---|---|
| io.modelcontextprotocol.spec |
| Constructor and Description |
|---|
McpServerSession(String id,
Duration requestTimeout,
McpServerTransport transport,
McpInitRequestHandler initHandler,
Map<String,McpRequestHandler<?>> requestHandlers,
Map<String,McpNotificationHandler> notificationHandlers)
Creates a new server session with the given parameters and the transport to use.
|
McpServerSession(String id,
Duration requestTimeout,
McpServerTransport transport,
McpInitRequestHandler initHandler,
McpServerSession.InitNotificationHandler initNotificationHandler,
Map<String,McpRequestHandler<?>> requestHandlers,
Map<String,McpNotificationHandler> notificationHandlers)
|
Copyright © 2025. All rights reserved.