| Package | Description |
|---|---|
| io.modelcontextprotocol.server.transport | |
| io.modelcontextprotocol.spec |
| Modifier and Type | Class and Description |
|---|---|
class |
WebRxSseServerTransportProvider.WebRxMcpSessionTransport |
| Modifier and Type | Method and Description |
|---|---|
McpServerTransport |
McpServerSession.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
McpServerSession |
McpServerSession.Factory.create(McpServerTransport sessionTransport)
Creates a new 1:1 representation of the client-server interaction.
|
| Constructor and Description |
|---|
McpServerSession(String id,
McpServerTransport transport,
McpServerSession.InitRequestHandler initHandler,
McpServerSession.InitNotificationHandler initNotificationHandler,
Map<String,McpServerSession.RequestHandler<?>> requestHandlers,
Map<String,McpServerSession.NotificationHandler> notificationHandlers)
Creates a new server session with the given parameters and the transport to use.
|
Copyright © 2025. All rights reserved.