Skip to content
Snippets Groups Projects
Commit c9143330 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

java url version

parent 0655b096
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ public class DisThreadedNetworkInterface ...@@ -74,7 +74,7 @@ public class DisThreadedNetworkInterface
private final List<PduListener> everyTypeListeners = new ArrayList<>(); private final List<PduListener> everyTypeListeners = new ArrayList<>();
private final Map<DisPduType, List<PduListener>> typeListeners = new HashMap<>(); private final Map<DisPduType, List<PduListener>> typeListeners = new HashMap<>();
private final List<RawPduListener> rawListeners = new ArrayList<>(); private final List<RawPduListener> rawListeners = new ArrayList<>();
// https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/LinkedBlockingQueue.html // https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/util/concurrent/LinkedBlockingQueue.html
private final LinkedBlockingQueue<Pdu> pdus2send = new LinkedBlockingQueue<>(); // FIFO private final LinkedBlockingQueue<Pdu> pdus2send = new LinkedBlockingQueue<>(); // FIFO
ByteArrayOutputStream baos; ByteArrayOutputStream baos;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment