Uses of Class
io.envoyproxy.envoy.extensions.filters.http.mcp_router.v3.SessionIdentity
Packages that use SessionIdentity
-
Uses of SessionIdentity in io.envoyproxy.envoy.extensions.filters.http.mcp_router.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.mcp_router.v3 that return SessionIdentityModifier and TypeMethodDescriptionSessionIdentity.Builder.build()SessionIdentity.Builder.buildPartial()static SessionIdentitySessionIdentity.getDefaultInstance()SessionIdentity.Builder.getDefaultInstanceForType()SessionIdentity.getDefaultInstanceForType()McpRouter.Builder.getSessionIdentity()If set, extracts a request "subject" and binds it into the MCP session.McpRouter.getSessionIdentity()If set, extracts a request "subject" and binds it into the MCP session.McpRouterOrBuilder.getSessionIdentity()If set, extracts a request "subject" and binds it into the MCP session.static SessionIdentitySessionIdentity.parseDelimitedFrom(InputStream input) static SessionIdentitySessionIdentity.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionIdentitySessionIdentity.parseFrom(byte[] data) static SessionIdentitySessionIdentity.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionIdentitySessionIdentity.parseFrom(com.google.protobuf.ByteString data) static SessionIdentitySessionIdentity.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionIdentitySessionIdentity.parseFrom(com.google.protobuf.CodedInputStream input) static SessionIdentitySessionIdentity.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionIdentitySessionIdentity.parseFrom(InputStream input) static SessionIdentitySessionIdentity.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionIdentitySessionIdentity.parseFrom(ByteBuffer data) static SessionIdentitySessionIdentity.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.mcp_router.v3 that return types with arguments of type SessionIdentityModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SessionIdentity>SessionIdentity.getParserForType()static com.google.protobuf.Parser<SessionIdentity>SessionIdentity.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.mcp_router.v3 with parameters of type SessionIdentityModifier and TypeMethodDescriptionSessionIdentity.Builder.mergeFrom(SessionIdentity other) McpRouter.Builder.mergeSessionIdentity(SessionIdentity value) If set, extracts a request "subject" and binds it into the MCP session.static SessionIdentity.BuilderSessionIdentity.newBuilder(SessionIdentity prototype) McpRouter.Builder.setSessionIdentity(SessionIdentity value) If set, extracts a request "subject" and binds it into the MCP session.