getChild abstract method

CoapResource getChild(
  1. String name
)

Gets the child with the specified name.

Implementation

CoapResource getChild(final String name);