Uses of Class
com.soklet.ResourcePath
Packages that use ResourcePath
-
Uses of ResourcePath in com.soklet
Methods in com.soklet that return ResourcePathModifier and TypeMethodDescriptionRequest.getResourcePath()Convenience method to acquire aResourcePathrepresentation ofRequest.getPath().ServerSentEventBroadcaster.getResourcePath()The runtime Resource Path with which this broadcaster is associated.ServerSentEventUnicaster.getResourcePath()The runtime Resource Path with which this unicaster is associated.static ResourcePathVends an instance that represents a runtime representation of a resource path, for example/users/123.Methods in com.soklet with parameters of type ResourcePathModifier and TypeMethodDescriptionOptional<? extends ServerSentEventBroadcaster> ServerSentEventServer.acquireBroadcaster(ResourcePath resourcePath) Given aResourcePaththat corresponds to a Resource Method annotated withServerSentEventSource, acquire aServerSentEventBroadcasterwhich is capable of "pushing" messages to all connected Server-Sent Event clients.ResourcePathDeclaration.extractPlaceholders(ResourcePath resourcePath) What is the mapping between this resource path declaration's placeholder names to the given resource path's placeholder values?ResourcePathDeclaration.matches(ResourcePath resourcePath) Does this resource path declaration match the given resource path (taking placeholders/varargs into account, if present)?