Searched refs:isStream (Results 1 – 3 of 3) sorted by relevance
54 void socketCreate(boolean isStream) throws java.io.IOException { in socketCreate() argument
125 void socketCreate(boolean isStream) throws IOException { in socketCreate() argument128 fd.setInt$(IoBridge.socket(AF_INET6, isStream ? SOCK_STREAM : SOCK_DGRAM, 0).getInt$()); in socketCreate()
218 @Override protected void create(boolean isStream) throws IOException { in test_SocketOptions_setOption() argument220 this.createStream = isStream; in test_SocketOptions_setOption()