INNER CODE UNIT · Java

closeSockets

fyhertz/libstreaming · src/net/majorkernelpanic/streaming/MediaStream.java:354

	protected void closeSockets() {
		if (sPipeApi == PIPE_API_LS) {
			try {
				mReceiver.close();
			} catch (Exception e) {
				e.printStackTrace();
			}
			try {
				mSender.close();
			} catch (Exception e) {
				e.printStackTrace();
			}
			try {
				mLss.close();
			} catch (Exception e) {
				e.printStackTrace();
			}
			mLss = null;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…