Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W _ 

G

get() - Method in class org.eclipse.californium.core.CoapClient
Sends a GET request and blocks until the response is available.
get(int) - Method in class org.eclipse.californium.core.CoapClient
Sends a GET request with the specified Accept option and blocks until the response is available.
get(CoapHandler) - Method in class org.eclipse.californium.core.CoapClient
Sends a GET request and invokes the specified handler when a response arrives.
get(CoapHandler, int) - Method in class org.eclipse.californium.core.CoapClient
Sends aGET request with the specified Accept option and invokes the handler when a response arrives.
getAccept() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Content-Format Identifier of the Accept option (see IANA Registry).
getAcceptedPatchTypes() - Method in class it.poliba.sisinflab.coap.ldp.LDPOptions
Returns all CoAP resource Media Types accepted in PATCH requests
getAcceptedPostTypes() - Method in class it.poliba.sisinflab.coap.ldp.LDPOptions
Returns all CoAP resource Media Types accepted in POST requests
getAddress() - Method in class org.eclipse.californium.core.network.CoAPEndpoint
 
getAddress() - Method in interface org.eclipse.californium.core.network.Endpoint
Gets the address this endpoint is associated with.
getAddress() - Method in class org.eclipse.californium.core.observe.ObservingEndpoint
Returns the address of this endpoint-
getAllMediaTypes() - Static method in class org.eclipse.californium.core.coap.MediaTypeRegistry
 
getAllowedMethods() - Method in class it.poliba.sisinflab.coap.ldp.LDPOptions
Returns all LDP methods with the relative boolean value indicating if allowed or not
getAttributeKeySet() - Method in class org.eclipse.californium.core.server.resources.ResourceAttributes
Returns a Set view of the attribute names.
getAttributes() - Method in class org.eclipse.californium.core.CoapResource
 
getAttributes() - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets the attributes of this resource.
getAttributes() - Method in class org.eclipse.californium.core.WebLink
 
getAttributeValues(String) - Method in class org.eclipse.californium.core.server.resources.ResourceAttributes
Gets all values for the specified attribute.
getBaseURI() - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResourceManager
Return the repository base URI
getBlock1() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Block1 option as encoded object.
getBlock1ToAck() - Method in class org.eclipse.californium.core.network.Exchange
Returns the block option of the last block of a blockwise sent request.
getBlock2() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Block2 option as encoded object.
getBlockCount() - Method in class org.eclipse.californium.core.network.stack.BlockwiseStatus
Gets the number of blocks.
getBlocks() - Method in class org.eclipse.californium.core.network.stack.BlockwiseStatus
Gets the list of blocks.
getBool(String) - Method in class org.eclipse.californium.proxy.MappingProperties
 
getBool(String) - Method in class org.eclipse.californium.proxy.ProxyProperties
 
getBoolean(String) - Method in class org.eclipse.californium.core.network.config.NetworkConfig
Gets the value for the specified key as boolean or false if not found.
getBytes() - Method in class org.eclipse.californium.core.coap.Message
Gets the serialized message as byte array or null if not serialized yet.
getCacheStats() - Method in interface org.eclipse.californium.proxy.resources.CacheResource
 
getCacheStats() - Method in class org.eclipse.californium.proxy.resources.ProxyCacheResource
 
getChild(String) - Method in class org.eclipse.californium.core.CoapResource
 
getChild(String) - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets the child with the specified name.
getChildren() - Method in class org.eclipse.californium.core.CoapResource
 
getChildren() - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets all child resources.
getCoAPLDPResourceManager() - Method in class it.poliba.sisinflab.coap.ldp.server.CoAPLDPServer
Returns the resource manager.
getCoapMediaType(HttpMessage) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Gets the coap media type associated to the http entity.
getCoapOptions(Header[]) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Gets the coap options starting from an array of http headers.
getCoapPayload(HttpEntity) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Method to map the http entity of a http message in a coherent payload for the coap message.
getCoapRequest(HttpRequest, String, boolean) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Gets the coap request.
getCoapResponse(HttpResponse, Request) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Gets the CoAP response from an incoming HTTP response.
getCode() - Method in class org.eclipse.californium.core.coap.Request
Gets the request code.
getCode() - Method in class org.eclipse.californium.core.coap.Response
Gets the response code.
getCode() - Method in class org.eclipse.californium.core.CoapResponse
Gets the response code code.
getConfig() - Method in class org.eclipse.californium.core.network.CoAPEndpoint
 
getConfig() - Method in interface org.eclipse.californium.core.network.Endpoint
Gets this endpoint's configuration.
getConfirmableQueue() - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getconstrainedByURI() - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResourceManager
Gets the LDP constrainedBy URI
getContentFormat() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Content-Format Identifier of the Content-Format option (see IANA Registry).
getContentFormat() - Method in class org.eclipse.californium.core.network.stack.BlockwiseStatus
Returns the initial Content-Format, which must stay the same for the whole transfer.
getContentTypes() - Method in class org.eclipse.californium.core.server.resources.ResourceAttributes
Gets all content types as list.
getCount() - Method in class org.eclipse.californium.core.server.resources.ResourceAttributes
Gets the number of attributes.
getCurrent() - Method in class org.eclipse.californium.core.CoapObserveRelation
Gets the current notification or null if none has arrived yet.
getCurrent() - Method in class org.eclipse.californium.core.observe.ObserveNotificationOrderer
Returns the current notification number.
getCurrentControlNotification() - Method in class org.eclipse.californium.core.observe.ObserveRelation
 
getCurrentNum() - Method in class org.eclipse.californium.core.network.stack.BlockwiseStatus
Gets the current num.
getCurrentRequest() - Method in class org.eclipse.californium.core.network.Exchange
Returns the current request block.
getCurrentResponse() - Method in class org.eclipse.californium.core.network.Exchange
Returns the current response block.
getCurrentRTO() - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getCurrentSzx() - Method in class org.eclipse.californium.core.network.stack.BlockwiseStatus
Gets the current szx.
getCurrentTimeout() - Method in class org.eclipse.californium.core.network.Exchange
 
getDbl(String) - Method in class org.eclipse.californium.proxy.MappingProperties
 
getDbl(String) - Method in class org.eclipse.californium.proxy.ProxyProperties
 
getDeduplicatorFactory() - Static method in class org.eclipse.californium.core.network.deduplication.DeduplicatorFactory
Returns the installed deduplicator factory.
getDefaultEndpoint() - Method in class org.eclipse.californium.core.network.EndpointManager
Gets the default endpoint for implicit use by clients.
getDefaultSecureEndpoint() - Method in class org.eclipse.californium.core.network.EndpointManager
Gets the default endpoint for coaps for implicit use by clients.
getDestination() - Method in class org.eclipse.californium.core.coap.Message
Gets the destination address.
getDestinationPort() - Method in class org.eclipse.californium.core.coap.Message
Gets the destination port.
getDouble(String) - Method in class org.eclipse.californium.core.network.config.NetworkConfig
Gets the value for the specified key as double or 0.0 if not found.
getEndpoint() - Method in class org.eclipse.californium.core.CoapClient
Gets the endpoint this client uses.
getEndpoint(int) - Method in class org.eclipse.californium.core.CoapServer
Returns the endpoint with a specific port.
getEndpoint(InetSocketAddress) - Method in class org.eclipse.californium.core.CoapServer
Returns the endpoint with a specific socket address.
getEndpoint() - Method in class org.eclipse.californium.core.network.Exchange
Returns the endpoint which has created and processed this exchange.
getEndpoint(InetSocketAddress) - Method in interface org.eclipse.californium.core.server.ServerInterface
Gets the endpoint bound to a particular address.
getEndpoint(int) - Method in interface org.eclipse.californium.core.server.ServerInterface
Gets an endpoint bound to a particular port.
getEndpointManager() - Static method in class org.eclipse.californium.core.network.EndpointManager
Gets the singleton manager.
getEndpoints() - Method in class org.eclipse.californium.core.CoapResource
 
getEndpoints() - Method in class org.eclipse.californium.core.CoapServer
Gets the list of endpoints this server is connected to.
getEndpoints() - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets the endpoints this resource is bound to.
getEndpoints() - Method in interface org.eclipse.californium.core.server.ServerInterface
Gets the endpoints this server is bound to.
getETagCount() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the number of ETag options.
getETags() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the list of ETags.
getExchange() - Method in class org.eclipse.californium.core.observe.ObserveRelation
Gets the exchange.
getExchangeEstimatorState(Exchange) - Method in class org.eclipse.californium.core.network.RemoteEndpoint
Gets state (Strong/Weak/NoValidRTT) for this exchange
getExchangeTimestamp(Exchange) - Method in class org.eclipse.californium.core.network.RemoteEndpoint
Get timestamp of transmission of the message
getExchangeVBF(Exchange) - Method in class org.eclipse.californium.core.network.RemoteEndpoint
Returns the variable back-off factor for this exchange.
getExecutor() - Method in class org.eclipse.californium.core.CoapResource
 
getExecutor() - Method in class org.eclipse.californium.core.server.resources.ConcurrentCoapResource
 
getExecutor() - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets the executor of this resource.
getFailedTransmissionCount() - Method in class org.eclipse.californium.core.network.Exchange
 
getFloat(String) - Method in class org.eclipse.californium.core.network.config.NetworkConfig
Gets the value for the specified key as float or 0.0 if not found.
getFormatByNr(int) - Static method in class org.eclipse.californium.core.coap.OptionNumberRegistry
Returns the option format based on the option number.
getFullName() - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResource
Returns the resource name within the LDP-CoAP server (including the full path).
getHttpDiscovery(HttpRequest, Response, HttpResponse) - Static method in class org.eclipse.californium.proxy.HttpTranslator
 
getHttpEntity(Message) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Generates an HTTP entity starting from a CoAP request.
getHttpHeaders(List<Option>, String) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Gets the http headers from a list of CoAP options.
getHttpOptions(HttpRequest, Response, HttpResponse) - Static method in class org.eclipse.californium.proxy.HttpTranslator
 
getHttpRequest(Request) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Gets the http request starting from a CoAP request.
getHttpResponse(HttpRequest, Response, HttpResponse) - Static method in class org.eclipse.californium.proxy.HttpTranslator
Sets the parameters of the incoming http response from a CoAP response.
getIfMatch() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the list of If-Match ETags.
getIfMatchCount() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the number of If-Match options.
getInt(String) - Method in class org.eclipse.californium.core.network.config.NetworkConfig
Gets the value for the specified key as int or 0 if not found.
getInt(String) - Method in class org.eclipse.californium.proxy.MappingProperties
 
getInt(String) - Method in class org.eclipse.californium.proxy.ProxyProperties
 
getIntegerValue() - Method in class org.eclipse.californium.core.coap.Option
Gets the option value as integer.
getInterceptors() - Method in class org.eclipse.californium.core.network.CoAPEndpoint
 
getInterceptors() - Method in interface org.eclipse.californium.core.network.Endpoint
Gets the list of interceptors.
getInterfaceDescriptions() - Method in class org.eclipse.californium.core.server.resources.ResourceAttributes
Gets all interface descriptions.
getIsMemberOfRelation(String, RDFFormat) - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResourceManager
Returns the isMemberOfRelation property contained in a set of RDF statements
getJSONLDResourceGraph(String) - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResourceManager
Returns the RDF graph associated to a resource in a JSON-LD serialization
getKey() - Method in class org.eclipse.californium.core.observe.ObserveRelation
 
getLength() - Method in class org.eclipse.californium.core.coap.Option
Gets the length of the option value.
getLocationPath() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the list of Location-Path segment strings.
getLocationPathCount() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the number of Location-Path options (i.e., path segments).
getLocationPathString() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Location-Path options as relative URI string.
getLocationQuery() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the list of Location-Query arguments.
getLocationQueryCount() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the number of Location-Query options (i.e., arguments).
getLocationQueryString() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Location-Query options as &-separated list string.
getLocationString() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Location-Path and Location-Query options as relative URI string.
getLong(String) - Method in class org.eclipse.californium.core.network.config.NetworkConfig
Gets the value for the specified key as long or 0 if not found.
getLongValue() - Method in class org.eclipse.californium.core.coap.Option
Gets the option value as long.
getMaxAge() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the value of the Max-Age option in seconds.
getMaximumSizeEstimate() - Method in class org.eclipse.californium.core.server.resources.ResourceAttributes
Gets the maximum size estimate.
getMaxRtt(RemoteEndpoint) - Method in class org.eclipse.californium.core.network.stack.congestioncontrol.PeakhopperRto
 
getMemberRelation(String, RDFFormat) - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResourceManager
Returns the memberRelation property contained in a set of RDF statements
getMemberResource() - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPDirectContainer
Returns the member resource.
getMemberResource() - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPIndirectContainer
Returns the member resource.
getMemberResource(String, RDFFormat) - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResourceManager
Returns the memberResource contained in a set of RDF statements
getMessageDeliverer() - Method in class org.eclipse.californium.core.CoapServer
Gets the message deliverer.
getMessageObservers() - Method in class org.eclipse.californium.core.coap.Message
Returns an Iterable over the elements in this list in proper sequence.
getMID() - Method in class org.eclipse.californium.core.coap.Message
Gets the 16-bit message identification.
getMID() - Method in class org.eclipse.californium.core.network.serialization.DataParser
 
getName() - Method in class org.eclipse.californium.core.CoapResource
 
getName() - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets the name of the resource.
getNetworkInterfaces() - Method in class org.eclipse.californium.core.network.EndpointManager
 
getNextControlNotification() - Method in class org.eclipse.californium.core.observe.ObserveRelation
 
getNextObserveNumber() - Method in class org.eclipse.californium.core.observe.ObserveNotificationOrderer
Return a new observe option number.
getNonConfirmableCounter() - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getNonConfirmableQueue() - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getNotificationIterator() - Method in class org.eclipse.californium.core.observe.ObserveRelation
 
getNSURI() - Static method in class it.poliba.sisinflab.coap.ldp.LDP
Returns the namespace of the LDP vocabulary as a string
getNum() - Method in class org.eclipse.californium.core.coap.BlockOption
Gets the num.
getNumber() - Method in class org.eclipse.californium.core.coap.Option
Gets the option number.
getNumberOfOngoingExchanges(Exchange) - Method in class org.eclipse.californium.core.network.RemoteEndpoint
Gets amount of currently active exchanges
getObserve() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the uint value of the Observe option.
getObserve() - Method in class org.eclipse.californium.core.network.stack.BlockwiseStatus
 
getObserverCount() - Method in class org.eclipse.californium.core.CoapResource
Returns the number of observe realtions that this resource has to CoAP clients.
getObserveRelation(byte[]) - Method in class org.eclipse.californium.core.observe.ObservingEndpoint
 
getObservingEndpoint(InetSocketAddress) - Method in class org.eclipse.californium.core.observe.ObserveManager
Return the ObservingEndpoint for the specified endpoint address or null if none exists.
getOptions() - Method in class org.eclipse.californium.core.coap.Message
Gets the set of options.
getOptions() - Method in class org.eclipse.californium.core.CoapResponse
Gets the set of options of this response.
getOrderer() - Method in class org.eclipse.californium.core.CoapObserveRelation
 
getOrigin() - Method in class org.eclipse.californium.core.network.Exchange
 
getParent() - Method in class org.eclipse.californium.core.CoapResource
 
getParent() - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets the parent of this resource.
getPath() - Method in class org.eclipse.californium.core.CoapResource
 
getPath() - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets the path to the resource which is equal to the URI of its parent plus a slash.
getPayload() - Method in class org.eclipse.californium.core.coap.Message
Gets the raw payload.
getPayload() - Method in class org.eclipse.californium.core.CoapResponse
Gets the payload of this response as byte array.
getPayloadSize() - Method in class org.eclipse.californium.core.coap.Message
Gets the size (amount of bytes) of the payload.
getPayloadString() - Method in class org.eclipse.californium.core.coap.Message
Gets the payload in the form of a string.
getPayloadTracingString() - Method in class org.eclipse.californium.core.coap.Message
 
getProcessingNON() - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getProxyCoapClientResource() - Method in class org.eclipse.californium.proxy.DirectProxyCoapResolver
 
getProxyCoapResolver() - Method in class org.eclipse.californium.proxy.ProxyHttpServer
 
getProxyScheme() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the string value of the Proxy-Scheme option.
getProxyUri() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the string value of the Proxy-Uri option.
getRelation() - Method in class org.eclipse.californium.core.network.Exchange
Returns the CoAP observe relation that this exchange has established.
getRelation(InetSocketAddress, byte[]) - Method in class org.eclipse.californium.core.observe.ObserveManager
 
getRemoteAddress() - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getRemoteEndpoint(Exchange) - Method in class org.eclipse.californium.core.network.RemoteEndpointManager
Returns the endpoint responsible for the given exchange.
getRemotePort() - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getRequest() - Method in class org.eclipse.californium.core.network.Exchange
Returns the request that this exchange is associated with.
getRequest(Request) - Static method in class org.eclipse.californium.proxy.CoapTranslator
Starting from an external CoAP request, the method fills a new request for the internal CaAP nodes.
getRequestBlockStatus() - Method in class org.eclipse.californium.core.network.Exchange
Returns the blockwise transfer status of the request or null if no one is set.
getRequestCode() - Method in class org.eclipse.californium.core.server.resources.CoapExchange
Gets the request code: GET, POST, PUT or DELETE.
getRequestHandler() - Method in class org.eclipse.californium.proxy.HttpStack
 
getRequestOptions() - Method in class org.eclipse.californium.core.server.resources.CoapExchange
Gets the request's options.
getRequestPayload() - Method in class org.eclipse.californium.core.server.resources.CoapExchange
Gets the request payload as byte array.
getRequestText() - Method in class org.eclipse.californium.core.server.resources.CoapExchange
Gets the request payload as string.
getResource() - Method in class org.eclipse.californium.core.observe.ObserveRelation
Gets the resource.
getResourceTypes() - Method in class org.eclipse.californium.core.server.resources.ResourceAttributes
Gets all resource types.
getResponse() - Method in class org.eclipse.californium.core.coap.Request
Gets the response or null if none has arrived yet.
getResponse() - Method in class org.eclipse.californium.core.network.Exchange
Returns the response to the request or null if no response has arrived yet.
getResponse(Response) - Static method in class org.eclipse.californium.proxy.CoapTranslator
Fills the new response with the response received from the internal CoAP node.
getResponse(Request) - Method in interface org.eclipse.californium.proxy.resources.CacheResource
Gets cached response.
getResponse(Request) - Method in class org.eclipse.californium.proxy.resources.ProxyCacheResource
Retrieves the response in the cache that matches the request passed, null otherwise.
getResponseBlockStatus() - Method in class org.eclipse.californium.core.network.Exchange
Returns the blockwise transfer status of the response or null if no one is set.
getResponseText() - Method in class org.eclipse.californium.core.CoapResponse
Gets the payload of this response as string.
getRetransmissionHandle() - Method in class org.eclipse.californium.core.network.Exchange
 
getRoot() - Method in class org.eclipse.californium.core.CoapServer
Gets the root of this server.
getRTO() - Method in class org.eclipse.californium.core.network.RemoteEndpoint
Obtains either blind RTO value for the next transmission (if no RTT measurements have been done so far) or gets the overall RTO (CoCoA)
getRTOtimestamp(int) - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getRTT() - Method in class org.eclipse.californium.core.coap.Response
 
getScheme() - Method in class org.eclipse.californium.core.coap.Request
Gets the scheme.
getSenderIdentity() - Method in class org.eclipse.californium.core.coap.Request
Gets the authenticated (remote) sender's identity.
getSize() - Method in class org.eclipse.californium.core.coap.BlockOption
Gets the size where size == 1 << (4 + szx).
getSize() - Method in class org.eclipse.californium.core.observe.ObserveRelationContainer
Gets the number of observe relations in this container.
getSize1() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the uint value of the Size1 option.
getSize2() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the uint value of the Size2 option.
getSource() - Method in class org.eclipse.californium.core.coap.Message
Gets the source address.
getSource() - Method in class org.eclipse.californium.core.observe.ObserveRelation
Gets the source address of the observing endpoint.
getSourceAddress() - Method in class org.eclipse.californium.core.server.resources.CoapExchange
Gets the source address of the request.
getSourcePort() - Method in class org.eclipse.californium.core.coap.Message
Gets the source port.
getSourcePort() - Method in class org.eclipse.californium.core.server.resources.CoapExchange
Gets the source port of the request.
getStandard() - Static method in class org.eclipse.californium.core.network.config.NetworkConfig
Gives access to the standard network configuration.
getStr(String) - Method in class org.eclipse.californium.proxy.MappingProperties
 
getStr(String) - Method in class org.eclipse.californium.proxy.ProxyProperties
 
getString(String) - Method in class org.eclipse.californium.core.network.config.NetworkConfig
Gets the value for the specified key as String or null if not found.
getStringValue() - Method in class org.eclipse.californium.core.coap.Option
Gets the option value as string.
getSzx() - Method in class org.eclipse.californium.core.coap.BlockOption
Gets the szx.
getThreadCount() - Method in class org.eclipse.californium.core.server.resources.ConcurrentCoapResource
Gets the number of threads
getTimeout() - Method in class org.eclipse.californium.core.CoapClient
Gets the timeout.
getTimestamp() - Method in class org.eclipse.californium.core.coap.Message
Gets the timestamp.
getTimestamp() - Method in class org.eclipse.californium.core.network.Exchange
 
getTimestamp() - Method in class org.eclipse.californium.core.observe.ObserveNotificationOrderer
Returns the current timeout.
getTitle() - Method in class org.eclipse.californium.core.server.resources.ResourceAttributes
Gets the resource title.
getToken() - Method in class org.eclipse.californium.core.coap.Message
Gets the 0--8 byte token.
getTokenString() - Method in class org.eclipse.californium.core.coap.Message
Gets the 0--8 byte token as string representation.
getTurtleResourceGraph(String) - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResourceManager
Returns the RDF graph associated to a resource in a Turtle serialization
getTurtleResourceGraph(String, List<String>, List<String>) - Method in class it.poliba.sisinflab.coap.ldp.resources.CoAPLDPResourceManager
Returns the RDF graph associated to a resource in a Turtle serialization
getType() - Method in class org.eclipse.californium.core.coap.Message
getURI() - Method in class org.eclipse.californium.core.coap.Request
Returns the absolute Request-URI as string.
getURI() - Method in class org.eclipse.californium.core.CoapClient
Gets the destination URI of this client.
getURI() - Method in class org.eclipse.californium.core.CoapResource
 
getURI() - Method in interface org.eclipse.californium.core.server.resources.Resource
Gets the URI of the resource.
getURI() - Method in class org.eclipse.californium.core.WebLink
 
getUriHost() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the string value of the Uri-Host option.
getUriPath() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the list of Uri-Path segment strings.
getURIPathCount() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the number of Uri-Path options (i.e., path segments).
getUriPathString() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Uri-Path options as relative URI string.
getUriPort() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the uint value of the Uri-Port option.
getUriQuery() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the list of Uri-Query arguments.
getURIQueryCount() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the number of Uri-Query options (i.e., arguments).
getUriQueryString() - Method in class org.eclipse.californium.core.coap.OptionSet
Returns the Uri-Query options as &-separated query string.
getValue() - Method in class org.eclipse.californium.core.coap.BlockOption
Gets the encoded block option as 0-3 byte array.
getValue() - Method in class org.eclipse.californium.core.coap.Option
Gets the option value.
getVersion() - Method in class org.eclipse.californium.core.network.serialization.DataParser
 
getxRTO(int) - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getxRTT(int) - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
getxRTTVAR(int) - Method in class org.eclipse.californium.core.network.RemoteEndpoint
 
A B C D E F G H I K L M N O P Q R S T U V W _ 
Skip navigation links