Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 710815a838afffffdaccfa29303f967152478020 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--

	Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
	All rights reserved.   This program and the accompanying materials
	are made available under the terms of the Eclipse Public License v1.0
	which accompanies this distribution, and is available at
	http://www.eclipse.org/legal/epl-v10.html
	
	Contributors:
	  Eike Stepper - Initial API and implementation

-->
</head>
<body bgcolor="white">

The transport layer of the Net4j API. 
The four main interfaces of the transport layer are 
{@link org.eclipse.net4j.transport.Buffer}, 
{@link org.eclipse.net4j.transport.Channel}, 
{@link org.eclipse.net4j.transport.Connector} and 
{@link org.eclipse.net4j.transport.Protocol}.
<p>

<!--

<h2>Package Specification</h2>

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
<ul>
  <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
</ul>

<h2>Related Documentation</h2>

For overviews, tutorials, examples, guides, and tool documentation, please see:
<ul>
  <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
</ul>

-->

<!-- Put @see and @since tags down here. -->

</body>
</html>

Back to the top