6.3.3 Notes

When implementing an in-process connection custom adaptor, do not use the System.exit method. Because the in-process connection custom adaptor is executed in the same process as the SDP server, if the System.exit method is called in the in-process connection custom adaptor, the SDP server will also be terminated.