Endpoint adaptors
This page shows the capabilities of the adaptors that implement the JavaGAT Endpoint object. The table below shows the status of the adaptor, which can be 'done', 'w.i.p' (work in progress) or 'untested' (coding is done, needs testing). Furthermore you can see the implementation level (the percentage of implemented methods), and you can see the details of which methods are actually implemented. There is also a per method overview (which adaptors implement a certain method)
name |
status |
implemented |
SocketEndpointAdaptor |
done |
100 % [details] |
Adaptor description: The Socket Endpoint Adaptor implements the EndPoint object on top of Java sockets.
implemented |
not implemented |
connect |
- |
getMeasurement |
- |
removeMetricListener |
- |
addMetricListener |
- |
getMetricDefinitionByName |
- |
listen |
- |
getMetricDefinitions |
- |
Per Method Overview
|
Socke |
connect |
V |
getMeasurement |
V |
removeMetricListener |
V |
addMetricListener |
V |
getMetricDefinitionByName |
V |
listen |
V |
getMetricDefinitions |
V |
total |
100 % |