Class ApplicationSessionDescription.Builder

Enclosing class:
ApplicationSessionDescription

public static class ApplicationSessionDescription.Builder extends ApplicationSessionDescription.Init<ApplicationSessionDescription.Builder>
This class can be used to construct an instance of the ApplicationSessionDescription class using the builder pattern.
Usage example: ApplicationSessionDescription description = new ApplicationSessionDescription.Builder().classPath("some classPath").build();