- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for findFirst (0.06 sec)
-
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
* @return corresponding channel or null */ public ChannelInfo getChannelForTransport(SmbTransport transport) { return channels.values().stream().filter(c -> c.getTransport() == transport).findFirst().orElse(null); } /** * Remove a channel * * @param channel channel to remove */ public void removeChannel(ChannelInfo channel) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 20K bytes - Viewed (0)