List of usage examples for java.lang System inheritedChannel
public static Channel inheritedChannel() throws IOException
Source Link
From source file:Main.java
public static void main(String[] args) throws Exception { Channel ch = System.inheritedChannel(); }