getChild abstract method

CoapIResource getChild(
  1. String name
)

Gets the child with the specified name.

Implementation

CoapIResource getChild(final String name);