Uses of Class
io.modelcontextprotocol.server.transport.ServerTransportSecurityException
Packages that use ServerTransportSecurityException
-
Uses of ServerTransportSecurityException in io.modelcontextprotocol.server.transport
Methods in io.modelcontextprotocol.server.transport that throw ServerTransportSecurityExceptionModifier and TypeMethodDescriptionvoidDefaultServerTransportSecurityValidator.validateHeaders(Map<String, List<String>> headers) voidServerTransportSecurityValidator.validateHeaders(Map<String, List<String>> headers) Validates the HTTP headers from an incoming request.protected voidDefaultServerTransportSecurityValidator.validateOrigin(String origin) Validates a single origin value against the allowed origins.