MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / Endpoint

Interface Endpoint

src/main/java/core/packetproxy/common/Endpoint.java:22–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import java.net.InetSocketAddress;
21
22public interface Endpoint {
23
24 InputStream getInputStream() throws Exception;
25
26 OutputStream getOutputStream() throws Exception;
27
28 InetSocketAddress getAddress();
29
30 int getLocalPort();
31
32 String getName();
33}

Callers 39

DuplexSyncMethod · 0.65
runMethod · 0.65
DuplexAsyncMethod · 0.65
DuplexSyncMethod · 0.65
runMethod · 0.65
DuplexAsyncMethod · 0.65

Implementers 6

Connectionsrc/main/java/core/packetproxy/quic/se
RawEndpointsrc/main/java/core/packetproxy/common/
SocketEndpointsrc/main/java/core/packetproxy/common/
SSLSocketEndpointsrc/main/java/core/packetproxy/common/
UDPSocketEndpointsrc/main/java/core/packetproxy/common/
ClientConnectionsrc/main/java/core/packetproxy/quic/se

Calls

no outgoing calls

Tested by

no test coverage detected