public class McpSession extends Object
| Constructor and Description |
|---|
McpSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
attachSseStream(com.sun.net.httpserver.HttpExchange exchange) |
void |
close() |
String |
getSessionId() |
boolean |
isClosed() |
void |
sendEndpointEvent(String baseUrl) |
void |
sendJsonRpcResponse(com.alibaba.fastjson.JSONObject response) |
void |
sendNotification(com.alibaba.fastjson.JSONObject notification) |
public String getSessionId()
public void attachSseStream(com.sun.net.httpserver.HttpExchange exchange)
throws IOException
IOExceptionpublic void sendEndpointEvent(String baseUrl)
public void sendJsonRpcResponse(com.alibaba.fastjson.JSONObject response)
public void sendNotification(com.alibaba.fastjson.JSONObject notification)
public void close()
public boolean isClosed()
Copyright © 2026. All rights reserved.